We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b547700 commit 8cd62c4Copy full SHA for 8cd62c4
phpunit.xml
@@ -1,12 +1,13 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
- bootstrap="vendor/autoload.php"
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
requireCoverageMetadata="true"
8
beStrictAboutCoverageMetadata="true"
9
beStrictAboutOutputDuringTests="true"
+ displayDetailsOnPhpunitDeprecations="true"
10
+ failOnPhpunitDeprecation="true"
11
failOnRisky="true"
12
failOnWarning="true"
13
colors="true">
@@ -16,7 +17,7 @@
16
17
</testsuite>
18
</testsuites>
19
- <source>
20
+ <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
21
<include>
22
<directory>src</directory>
23
</include>
0 commit comments