Skip to content

Commit 32e353c

Browse files
Update phpunit.xml.dist
1 parent 68cd31f commit 32e353c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
executionOrder="depends,defects"
6-
requireCoverageMetadata="false"
7-
beStrictAboutCoverageMetadata="false"
86
beStrictAboutOutputDuringTests="true"
97
failOnRisky="true"
108
failOnWarning="true">
@@ -20,9 +18,5 @@
2018
</testsuite>
2119
</testsuites>
2220

23-
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
24-
<include>
25-
<directory>src</directory>
26-
</include>
27-
</source>
21+
2822
</phpunit>

0 commit comments

Comments
 (0)