Skip to content

Commit 6d799b7

Browse files
author
Andy Vaughn
committed
revert phpunit.xml to phpunit 7.4 compatibility
1 parent 333c74a commit 6d799b7

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

phpunit.xml.dist

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+
<phpunit bootstrap="_bootstrap.php" backupGlobals="false" processIsolation="false">
2+
<testsuite name="AllTests">
3+
<directory>tests</directory>
4+
</testsuite>
5+
<filter>
6+
<whitelist processUncoveredFilesFromWhitelist="true">
97
<directory suffix=".php">src</directory>
10-
</include>
11-
</coverage>
12-
</phpunit>
8+
</whitelist>
9+
</filter>
10+
</phpunit>

0 commit comments

Comments
 (0)