Skip to content

Commit 6da5b1d

Browse files
formatting
1 parent 790bc75 commit 6da5b1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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-
displayDetailsOnPhpunitDeprecations="true"
6-
failOnPhpunitDeprecation="true"
75
failOnRisky="true"
86
failOnWarning="true"
97
stopOnError="true"
@@ -14,7 +12,7 @@
1412
</testsuite>
1513
</testsuites>
1614

17-
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
15+
<source restrictNotices="true" restrictWarnings="true">
1816
<include>
1917
<directory>src</directory>
2018
</include>

0 commit comments

Comments
 (0)