File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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.0/phpunit.xsd"
10
- cacheDirectory =" .phpunit.cache"
11
- backupStaticProperties =" false"
12
- >
13
- <coverage >
14
- <include >
15
- <directory suffix =" .php" >src/</directory >
16
- </include >
17
- </coverage >
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" >
3
+ <coverage />
18
4
<testsuites >
19
5
<testsuite name =" Unit" >
20
6
<directory suffix =" Test.php" >./tests/Unit</directory >
26
12
<php >
27
13
<env name =" DB_CONNECTION" value =" testing" />
28
14
</php >
15
+ <source >
16
+ <include >
17
+ <directory suffix =" .php" >src/</directory >
18
+ </include >
19
+ </source >
29
20
</phpunit >
You can’t perform that action at this time.
0 commit comments