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 a3ef083 commit 013d23bCopy full SHA for 013d23b
phpunit.xml.dist
@@ -11,8 +11,13 @@
11
stopOnSkipped="false"
12
verbose="false">
13
<testsuites>
14
- <testsuite name="Static Entity Test Suite$">
+ <testsuite name="Static Entity Test Suite">
15
<directory suffix="Test.php">tests</directory>
16
</testsuite>
17
</testsuites>
18
+ <filter>
19
+ <whitelist processUncoveredFilesFromWhitelist="true">
20
+ <directory suffix="Test.php">tests</directory>
21
+ </whitelist>
22
+ </filter>
23
</phpunit>
0 commit comments