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 had a performance issue with PHPUnit today. It was related to code coverage and folders that are excluded. This is the relevant section from my phpunit.xml file:
Changing vendor to ./vendor causes a considerable performance increase.
Factory should use canonical names so it can properly exclude folders. Alternatively, the documentation could be improved to account for this scenario.
Thanks
The text was updated successfully, but these errors were encountered:
j-d
added a commit
to j-d/php-file-iterator
that referenced
this issue
Nov 19, 2017
I had a performance issue with PHPUnit today. It was related to code coverage and folders that are excluded. This is the relevant section from my
phpunit.xml
file:Changing
vendor
to./vendor
causes a considerable performance increase.Factory
should use canonical names so it can properly exclude folders. Alternatively, the documentation could be improved to account for this scenario.Thanks
The text was updated successfully, but these errors were encountered: