File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
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" bootstrap =" vendor/autoload.php"
3- colors =" true" stopOnFailure =" false" beStrictAboutTestsThatDoNotTestAnything =" true"
4- beStrictAboutTodoAnnotatedTests =" true" testdox =" true"
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ bootstrap =" vendor/autoload.php"
4+ colors =" true"
5+ stopOnFailure =" false"
6+ beStrictAboutTestsThatDoNotTestAnything =" true"
7+ testdox =" true"
58 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd"
6- cacheDirectory =" .phpunit.cache" displayDetailsOnTestsThatTriggerDeprecations =" true"
7- failOnWarning =" true" >
9+ cacheDirectory =" .phpunit.cache"
10+ displayDetailsOnTestsThatTriggerDeprecations =" true"
11+ failOnWarning =" true"
12+ displayDetailsOnPhpunitDeprecations =" true" >
813 <testsuites >
914 <testsuite name =" Units" >
1015 <directory >test/Unit</directory >
You can’t perform that action at this time.
0 commit comments