We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8879820 commit f455740Copy full SHA for f455740
phpunit.xml
@@ -1,19 +1,12 @@
1
-<?xml version="1.0"?>
2
-<phpunit bootstrap="./vendor/autoload.php"
3
- colors="true"
4
- convertErrorsToExceptions="true"
5
- convertNoticesToExceptions="true"
6
- convertWarningsToExceptions="true"
7
- beStrictAboutOutputDuringTests="true"
8
- stopOnFailure="true">
+<phpunit bootstrap="vendor/autoload.php">
9
<testsuites>
10
<testsuite name="">
11
<directory>./tests/</directory>
12
</testsuite>
13
</testsuites>
14
- <filter>
15
- <whitelist>
+ <coverage>
+ <include>
16
<directory>./src/</directory>
17
- </whitelist>
18
- </filter>
+ </include>
+ </coverage>
19
</phpunit>
0 commit comments