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 d92cb86 commit 2afc6c3Copy full SHA for 2afc6c3
phpunit.xml.dist
@@ -4,11 +4,8 @@
4
bootstrap="vendor/autoload.php"
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
- shortenArraysForExportThreshold="10"
8
beStrictAboutOutputDuringTests="true"
9
displayDetailsOnPhpunitDeprecations="true"
10
- failOnPhpunitDeprecation="false"
11
- failOnWarning="false"
12
failOnRisky="true">
13
14
<testsuites>
@@ -17,7 +14,7 @@
17
</testsuite>
18
15
</testsuites>
19
16
20
- <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
+ <source restrictNotices="true" restrictWarnings="true">
21
<include>
22
<directory>src</directory>
23
</include>
0 commit comments