File tree Expand file tree Collapse file tree 2 files changed +21
-16
lines changed Expand file tree Collapse file tree 2 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 2
2
/vendor /
3
3
/cache /
4
4
/blacklist /
5
+ /build /
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <phpunit backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
- colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- processIsolation =" false"
10
- stopOnFailure =" false"
11
- syntaxCheck =" false"
12
- bootstrap =" ./vendor/autoload.php"
13
- >
14
- <testsuites >
15
- <testsuite name =" tests" >
16
- <directory >tests</directory >
17
- </testsuite >
18
- </testsuites >
3
+ <phpunit
4
+ backupGlobals =" false"
5
+ backupStaticAttributes =" false"
6
+ colors =" true"
7
+ convertErrorsToExceptions =" true"
8
+ convertNoticesToExceptions =" true"
9
+ convertWarningsToExceptions =" true"
10
+ processIsolation =" false"
11
+ stopOnFailure =" false"
12
+ syntaxCheck =" true"
13
+ bootstrap =" ./vendor/autoload.php"
14
+ >
15
+ <logging >
16
+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
17
+ </logging >
18
+ <testsuites >
19
+ <testsuite name =" all" >
20
+ <directory >tests</directory >
21
+ </testsuite >
22
+ </testsuites >
19
23
</phpunit >
You can’t perform that action at this time.
0 commit comments