Skip to content

Commit 2afc6c3

Browse files
committed
Fix phpunit config file
1 parent d92cb86 commit 2afc6c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
bootstrap="vendor/autoload.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
7-
shortenArraysForExportThreshold="10"
87
beStrictAboutOutputDuringTests="true"
98
displayDetailsOnPhpunitDeprecations="true"
10-
failOnPhpunitDeprecation="false"
11-
failOnWarning="false"
129
failOnRisky="true">
1310

1411
<testsuites>
@@ -17,7 +14,7 @@
1714
</testsuite>
1815
</testsuites>
1916

20-
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
17+
<source restrictNotices="true" restrictWarnings="true">
2118
<include>
2219
<directory>src</directory>
2320
</include>

0 commit comments

Comments
 (0)