You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PHP Unit alongside Drupal to test custom classes we are creating. I really like using the HTML report since it shows a detailed breakdown of the lines and methods covered by our tests. However, after a recent update, our virtual machines are no longer loading dependencies from the generated reports. I see this is due to a change that came through that makes the dependency folders for css, fonts, and js hidden folders.
The original post that the issue was marked as having solved requested that the folders begin with an underscore to ensure that the dependency folders begin with an underscore to prevent unintended overriding of a project's theme folders. (see #451 and its commit, 57aa564)
Since this was committed over a year ago, I'm assuming that this hasn't been a problem for many others. But we are in need of a path forward for this feature. I welcome any ideas that could help us resolve this. Currently I've been having to remove the leading period from the directories and in the code referencing the directories and it instantly begins working again.
The text was updated successfully, but these errors were encountered:
merauluka
pushed a commit
to merauluka/php-code-coverage
that referenced
this issue
Nov 20, 2018
I am using PHP Unit alongside Drupal to test custom classes we are creating. I really like using the HTML report since it shows a detailed breakdown of the lines and methods covered by our tests. However, after a recent update, our virtual machines are no longer loading dependencies from the generated reports. I see this is due to a change that came through that makes the dependency folders for css, fonts, and js hidden folders.
The original post that the issue was marked as having solved requested that the folders begin with an underscore to ensure that the dependency folders begin with an underscore to prevent unintended overriding of a project's theme folders. (see #451 and its commit, 57aa564)
Since this was committed over a year ago, I'm assuming that this hasn't been a problem for many others. But we are in need of a path forward for this feature. I welcome any ideas that could help us resolve this. Currently I've been having to remove the leading period from the directories and in the code referencing the directories and it instantly begins working again.
The text was updated successfully, but these errors were encountered: