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 68cd31f commit 32e353cCopy full SHA for 32e353c
phpunit.xml.dist
@@ -3,8 +3,6 @@
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
executionOrder="depends,defects"
6
- requireCoverageMetadata="false"
7
- beStrictAboutCoverageMetadata="false"
8
beStrictAboutOutputDuringTests="true"
9
failOnRisky="true"
10
failOnWarning="true">
@@ -20,9 +18,5 @@
20
18
</testsuite>
21
19
</testsuites>
22
23
- <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
24
- <include>
25
- <directory>src</directory>
26
- </include>
27
- </source>
+
28
</phpunit>
0 commit comments