File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd"
34 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ bootstrap =" vendor/autoload.php"
46 backupGlobals =" false"
57 colors =" true"
68 processIsolation =" false"
79 stopOnFailure =" true"
8- bootstrap =" vendor/autoload.php"
9- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd"
1010 cacheResult =" false"
11- backupStaticProperties =" false" >
11+ backupStaticProperties =" false"
12+ testdox =" true"
13+ stopOnDefect =" true"
14+ displayDetailsOnTestsThatTriggerDeprecations =" true"
15+ displayDetailsOnTestsThatTriggerErrors =" true"
16+ displayDetailsOnTestsThatTriggerNotices =" true"
17+ displayDetailsOnTestsThatTriggerWarnings =" true"
18+ displayDetailsOnPhpunitDeprecations =" true"
19+ >
1220 <source >
1321 <include >
1422 <directory suffix =" .php" >./src</directory >
You can’t perform that action at this time.
0 commit comments