File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
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" >
20
21
</testsuite >
21
22
</testsuites >
22
23
23
- <source restrictDeprecations =" true"
24
- restrictNotices =" true"
25
- restrictWarnings =" true" >
24
+ <source restrictDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
26
25
<include >
27
26
<directory >src</directory >
28
27
</include >
You can’t perform that action at this time.
0 commit comments