We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3090bb7 + 7588a61 commit 01817e8Copy full SHA for 01817e8
1 file changed
phpunit.xml.dist
@@ -5,12 +5,11 @@
5
bootstrap="tests/bootstrap.php"
6
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
7
<!-- Only collect coverage for src/ -->
8
- <filter>
9
- <whitelist>
+ <coverage>
+ <include>
10
<directory suffix=".php">./src/</directory>
11
- </whitelist>
12
- </filter>
13
-
+ </include>
+ </coverage>
14
<testsuites>
15
<testsuite name="queue">
16
<directory>tests/TestCase</directory>
0 commit comments