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 26962b3 commit a4b4540Copy full SHA for a4b4540
1 file changed
phpunit.xml.dist
@@ -3,12 +3,8 @@
3
<phpunit
4
bootstrap="vendor/autoload.php"
5
colors="true"
6
- verbose="true"
7
failOnRisky="true"
8
failOnWarning="true"
9
- convertErrorsToExceptions="true"
10
- convertNoticesToExceptions="true"
11
- convertWarningsToExceptions="true"
12
stopOnFailure="false"
13
executionOrder="random"
14
resolveDependencies="true"
@@ -23,10 +19,10 @@
23
19
</testsuite>
24
20
</testsuites>
25
21
26
- <coverage>
22
+ <source>
27
<include>
28
<directory>./config</directory>
29
<directory>./src</directory>
30
</include>
31
- </coverage>
+ </source>
32
</phpunit>
0 commit comments