Skip to content

Commit 01817e8

Browse files
authored
Merge pull request #83 from amayer5125/migrate-phpunit-xml
Fix PHPUnit Schema Warning
2 parents 3090bb7 + 7588a61 commit 01817e8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

phpunit.xml.dist

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
bootstrap="tests/bootstrap.php"
66
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
77
<!-- Only collect coverage for src/ -->
8-
<filter>
9-
<whitelist>
8+
<coverage>
9+
<include>
1010
<directory suffix=".php">./src/</directory>
11-
</whitelist>
12-
</filter>
13-
11+
</include>
12+
</coverage>
1413
<testsuites>
1514
<testsuite name="queue">
1615
<directory>tests/TestCase</directory>

0 commit comments

Comments
 (0)