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 47f18b2 commit f4775e1Copy full SHA for f4775e1
phpunit.xml.dist
@@ -11,9 +11,6 @@
11
colors="true"
12
verbose="true"
13
executionOrder="default"
14
- processIsolation="false"
15
- stopOnFailure="false"
16
- stopOnError="false"
17
>
18
<testsuites>
19
<testsuite name="PHP Library Starter Test Suite">
@@ -22,8 +19,8 @@
22
</testsuites>
23
20
24
21
<filter>
25
- <whitelist>
26
- <directory>src</directory>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">src</directory>
27
</whitelist>
28
</filter>
29
</phpunit>
0 commit comments