We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333c74a commit 6d799b7Copy full SHA for 6d799b7
1 file changed
phpunit.xml.dist
@@ -1,12 +1,10 @@
1
-<phpunit bootstrap="_bootstrap.php">
2
- <testsuites>
3
- <testsuite name="All Tests">
4
- <directory>tests</directory>
5
- </testsuite>
6
- </testsuites>
7
- <coverage processUncoveredFiles="true">
8
- <include>
+<phpunit bootstrap="_bootstrap.php" backupGlobals="false" processIsolation="false">
+ <testsuite name="AllTests">
+ <directory>tests</directory>
+ </testsuite>
+ <filter>
+ <whitelist processUncoveredFilesFromWhitelist="true">
9
<directory suffix=".php">src</directory>
10
- </include>
11
- </coverage>
12
-</phpunit>
+ </whitelist>
+ </filter>
+</phpunit>
0 commit comments