File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
45 bootstrap =" system/Test/bootstrap.php"
56 backupGlobals =" false"
7+ beStrictAboutOutputDuringTests =" true"
68 colors =" true"
7- stopOnError =" false"
8- stopOnFailure =" false"
9- stopOnIncomplete =" false"
10- stopOnSkipped =" false"
11- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
9+ columns =" max"
10+ failOnRisky =" true"
11+ failOnWarning =" true"
1212 cacheDirectory =" build/.phpunit.cache" >
1313 <coverage includeUncoveredFiles =" true" >
1414 <report >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- bootstrap =" vendor/codeigniter4/framework/system/Test/bootstrap.php"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
5+ bootstrap =" system/Test/bootstrap.php"
56 backupGlobals =" false"
7+ beStrictAboutOutputDuringTests =" true"
68 colors =" true"
7- stopOnError =" false"
8- stopOnFailure =" false"
9- stopOnIncomplete =" false"
10- stopOnSkipped =" false"
11- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
9+ columns =" max"
10+ failOnRisky =" true"
11+ failOnWarning =" true"
1212 cacheDirectory =" build/.phpunit.cache" >
1313 <coverage includeUncoveredFiles =" true" >
1414 <report >
You can’t perform that action at this time.
0 commit comments