We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sebastianbergmann
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d904039 commit 6eb796fCopy full SHA for 6eb796f
phpunit.xml
@@ -5,14 +5,18 @@
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
beStrictAboutOutputDuringTests="true"
8
+ displayDetailsOnPhpunitDeprecations="true"
9
+ failOnPhpunitDeprecation="true"
10
+ failOnRisky="true"
11
+ failOnWarning="true"
12
colors="true">
13
<testsuites>
14
<testsuite name="default">
15
<directory>tests/tests</directory>
16
</testsuite>
17
</testsuites>
18
- <source>
19
+ <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
20
<include>
21
<directory>src</directory>
22
</include>
0 commit comments