Skip to content

Commit 641803c

Browse files
formatting
1 parent 0181568 commit 641803c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5+
colors="true"
56
failOnRisky="true"
67
failOnWarning="true"
78
stopOnError="true"
89
stopOnFailure="true"
910
>
10-
<source restrictNotices="true" restrictWarnings="true">
11+
<source>
1112
<include>
1213
<directory>src</directory>
1314
</include>

0 commit comments

Comments
 (0)