File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
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" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
- <coverage >
4
- <include >
5
- <directory suffix =" .php" >./src</directory >
6
- </include >
7
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
+ <coverage />
8
4
<testsuites >
9
5
<testsuite name =" Unit" >
10
6
<directory suffix =" Test.php" >./tests/Unit</directory >
13
9
<directory suffix =" Test.php" >./tests/Feature</directory >
14
10
</testsuite >
15
11
</testsuites >
12
+ <source >
13
+ <include >
14
+ <directory suffix =" .php" >./src</directory >
15
+ </include >
16
+ </source >
16
17
</phpunit >
You can’t perform that action at this time.
0 commit comments