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 40d3b32 commit 982faddCopy full SHA for 982fadd
phpunit.xml
@@ -4,6 +4,8 @@
4
bootstrap="tests/bootstrap.php"
5
cacheDirectory=".phpunit.cache"
6
beStrictAboutOutputDuringTests="true"
7
+ displayDetailsOnPhpunitDeprecations="true"
8
+ failOnPhpunitDeprecation="true"
9
failOnRisky="true"
10
failOnWarning="true"
11
colors="true">
@@ -39,7 +41,7 @@
39
41
</testsuite>
40
42
</testsuites>
43
- <source>
44
+ <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
45
<include>
46
<directory>src</directory>
47
</include>
0 commit comments