File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4
- bootstrap =" vendor/autoload.php"
5
4
cacheDirectory =" .phpunit.cache"
6
5
executionOrder =" depends,defects"
7
6
requireCoverageMetadata =" true"
8
7
beStrictAboutCoverageMetadata =" true"
9
8
beStrictAboutOutputDuringTests =" true"
9
+ displayDetailsOnPhpunitDeprecations =" true"
10
+ failOnPhpunitDeprecation =" true"
10
11
failOnRisky =" true"
11
12
failOnWarning =" true"
12
13
colors =" true" >
16
17
</testsuite >
17
18
</testsuites >
18
19
19
- <source >
20
+ <source restrictDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
20
21
<include >
21
22
<directory >src</directory >
22
23
</include >
You can’t perform that action at this time.
0 commit comments