Skip to content

Commit f4775e1

Browse files
Update phpunit.xml.dist
1 parent 47f18b2 commit f4775e1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
colors="true"
1212
verbose="true"
1313
executionOrder="default"
14-
processIsolation="false"
15-
stopOnFailure="false"
16-
stopOnError="false"
1714
>
1815
<testsuites>
1916
<testsuite name="PHP Library Starter Test Suite">
@@ -22,8 +19,8 @@
2219
</testsuites>
2320

2421
<filter>
25-
<whitelist>
26-
<directory>src</directory>
22+
<whitelist processUncoveredFilesFromWhitelist="true">
23+
<directory suffix=".php">src</directory>
2724
</whitelist>
2825
</filter>
2926
</phpunit>

0 commit comments

Comments
 (0)