There was an error while loading. Please reload this page.
1 parent 790bc75 commit 6da5b1dCopy full SHA for 6da5b1d
phpunit.xml.dist
@@ -2,8 +2,6 @@
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
- displayDetailsOnPhpunitDeprecations="true"
6
- failOnPhpunitDeprecation="true"
7
failOnRisky="true"
8
failOnWarning="true"
9
stopOnError="true"
@@ -14,7 +12,7 @@
14
12
</testsuite>
15
13
</testsuites>
16
17
- <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
+ <source restrictNotices="true" restrictWarnings="true">
18
<include>
19
<directory>src</directory>
20
</include>
0 commit comments