Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit e7c0bdf

Browse files
committed
phpunit xml changed with "exclude" directories
1 parent 6da50b8 commit e7c0bdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
</testsuites>
1616
<filter>
1717
<whitelist processUncoveredFilesFromWhitelist="true">
18-
<directory suffix=".php">./app</directory>
18+
<directory suffix=".php">./src</directory>
19+
<exclude>
20+
<directory suffix=".php">./vendor</directory>
21+
<directory suffix=".php">./config</directory>
22+
</exclude>
1923
</whitelist>
2024
</filter>
2125
</phpunit>

0 commit comments

Comments
 (0)