File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
4- bootstrap =" system/Test/bootstrap.php" backupGlobals =" false"
5- beStrictAboutOutputDuringTests =" true" colors =" true" columns =" max"
6- failOnRisky =" true" failOnWarning =" true"
7- cacheDirectory =" build/.phpunit.cache" >
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
5+ bootstrap =" system/Test/bootstrap.php"
6+ backupGlobals =" false"
7+ beStrictAboutOutputDuringTests =" true"
8+ colors =" true"
9+ columns =" max"
10+ failOnRisky =" true"
11+ failOnWarning =" true"
12+ cacheDirectory =" build/.phpunit.cache" >
813 <coverage ignoreDeprecatedCodeUnits =" true" >
914 <report >
1015 <clover outputFile =" build/logs/clover.xml" />
You can’t perform that action at this time.
0 commit comments