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 5b9a71d commit 3ede30cCopy full SHA for 3ede30c
phpunit.xml
@@ -7,6 +7,8 @@
7
requireCoverageMetadata="true"
8
beStrictAboutCoverageMetadata="true"
9
beStrictAboutOutputDuringTests="true"
10
+ displayDetailsOnPhpunitDeprecations="true"
11
+ failOnPhpunitDeprecation="true"
12
failOnRisky="true"
13
failOnWarning="true"
14
colors="true">
@@ -16,9 +18,7 @@
16
18
</testsuite>
17
19
</testsuites>
20
- <source restrictDeprecations="true"
- restrictNotices="true"
21
- restrictWarnings="true">
+ <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
22
<include>
23
<directory>src</directory>
24
</include>
0 commit comments