File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit bootstrap =" vendor/autoload.php" >
2
+ <phpunit backupGlobals =" false"
3
+ bootstrap =" vendor/autoload.php"
4
+ colors =" true"
5
+ processIsolation =" false"
6
+ stopOnFailure =" false"
7
+ cacheDirectory =" .phpunit.cache"
8
+ backupStaticProperties =" false" >
9
+
10
+ <source >
11
+ <include >
12
+ <directory >./src</directory >
13
+ </include >
14
+ </source >
15
+
16
+ <coverage />
17
+
3
18
<testsuites >
4
19
<testsuite name =" Package Test Suite" >
5
- <directory suffix =" Test.php" >./tests/ </directory >
20
+ <directory suffix =" Test.php" >./tests</directory >
6
21
</testsuite >
7
22
</testsuites >
8
- <filter >
9
- <whitelist processUncoveredFilesFromWhitelist =" true" >
10
- <directory suffix =" .php" >src</directory >
11
- </whitelist >
12
- </filter >
13
23
</phpunit >
You can’t perform that action at this time.
0 commit comments