File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ bootstrap =" vendor/autoload.php"
5
+ backupGlobals =" false"
6
+ colors =" true"
7
+ processIsolation =" false"
8
+ stopOnFailure =" false"
9
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
10
+ cacheDirectory =" .phpunit.cache"
11
+ backupStaticProperties =" false"
12
+ >
3
13
<coverage />
4
14
<testsuites >
5
15
<testsuite name =" Unit" >
You can’t perform that action at this time.
0 commit comments