File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1 /phpunit.xsd" bootstrap =" tests/bootstrap.php"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.3 /phpunit.xsd" bootstrap =" tests/bootstrap.php"
4
4
executionOrder =" depends,defects"
5
5
beStrictAboutOutputDuringTests =" true"
6
6
failOnRisky =" true"
9
9
cacheDirectory =" .phpunit.cache"
10
10
requireCoverageMetadata =" false"
11
11
beStrictAboutCoverageMetadata =" true"
12
- displayDetailsOnPhpunitDeprecations =" false "
12
+ displayDetailsOnPhpunitDeprecations =" true "
13
13
displayDetailsOnIncompleteTests =" true"
14
14
displayDetailsOnSkippedTests =" true"
15
- displayDetailsOnTestsThatTriggerDeprecations =" false "
15
+ displayDetailsOnTestsThatTriggerDeprecations =" true "
16
16
displayDetailsOnTestsThatTriggerErrors =" true"
17
17
displayDetailsOnTestsThatTriggerNotices =" true"
18
18
displayDetailsOnTestsThatTriggerWarnings =" true" >
You can’t perform that action at this time.
0 commit comments