File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false"
3
3
beStrictAboutTestsThatDoNotTestAnything =" true" bootstrap =" vendor/autoload.php" colors =" true"
4
4
processIsolation =" false" stopOnError =" false" stopOnFailure =" false"
5
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory =" .phpunit.cache"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2 /phpunit.xsd" cacheDirectory =" .phpunit.cache"
6
6
backupStaticProperties =" false" >
7
- <coverage >
8
- <include >
9
- <directory suffix =" .php" >src/</directory >
10
- </include >
11
- </coverage >
7
+ <coverage />
12
8
<testsuites >
13
9
<testsuite name =" Unit" >
14
10
<directory suffix =" Test.php" >./tests/lib/Unit/</directory >
27
23
<ini name =" error_reporting" value =" E_ALL" />
28
24
<env name =" DB_CONNECTION" value =" testing" />
29
25
</php >
26
+ <source >
27
+ <include >
28
+ <directory suffix =" .php" >src/</directory >
29
+ </include >
30
+ </source >
30
31
</phpunit >
You can’t perform that action at this time.
0 commit comments