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 cafa435 commit 03f2098Copy full SHA for 03f2098
phpunit.xml
@@ -5,14 +5,16 @@
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
beStrictAboutOutputDuringTests="true"
8
+ failOnRisky="true"
9
+ failOnWarning="true"
10
colors="true">
11
<testsuites>
12
<testsuite name="default">
13
<directory>tests/tests</directory>
14
</testsuite>
15
</testsuites>
16
- <source>
17
+ <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
18
<include>
19
<directory>src</directory>
20
</include>
0 commit comments