We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c46d60 commit 3001a9cCopy full SHA for 3001a9c
phpunit.xml.dist
@@ -5,4 +5,13 @@
5
<directory>test</directory>
6
</testsuite>
7
</testsuites>
8
+ <filter>
9
+ <whitelist>
10
+ <directory suffix=".php">./src</directory>
11
+ <exclude>
12
+ <directory>./vendor</directory>
13
+ <directory>./test</directory>
14
+ </exclude>
15
+ </whitelist>
16
+ </filter>
17
</phpunit>
0 commit comments