We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0181568 commit 641803cCopy full SHA for 641803c
phpunit.xml.dist
@@ -2,12 +2,13 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
+ colors="true"
6
failOnRisky="true"
7
failOnWarning="true"
8
stopOnError="true"
9
stopOnFailure="true"
10
>
- <source restrictNotices="true" restrictWarnings="true">
11
+ <source>
12
<include>
13
<directory>src</directory>
14
</include>
0 commit comments