Skip to content

Commit 3498aec

Browse files
Remove declarations
1 parent 23fbb2a commit 3498aec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
bootstrap="vendor/autoload.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
7-
shortenArraysForExportThreshold="10"
87
requireCoverageMetadata="true"
98
beStrictAboutCoverageMetadata="true"
109
beStrictAboutOutputDuringTests="true"
@@ -18,7 +17,7 @@
1817
</testsuite>
1918
</testsuites>
2019

21-
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
20+
<source restrictNotices="true" restrictWarnings="true">
2221
<include>
2322
<directory>src</directory>
2423
</include>

0 commit comments

Comments
 (0)