Skip to content

Commit 0ccfc9c

Browse files
authored
Exclude test solution directories from phpunit autoloading
1 parent 4ae2c58 commit 0ccfc9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<filter>
88
<whitelist addUncoveredFilesFromWhitelist="true">
99
<directory suffix=".php">./src</directory>
10+
<exclude>./test/solutions</exclude>
1011
</whitelist>
1112
</filter>
1213
</phpunit>

0 commit comments

Comments
 (0)