File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.8 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/7.0 /phpunit.xsd"
5
5
backupGlobals =" false"
6
6
convertErrorsToExceptions =" true"
7
7
convertNoticesToExceptions =" true"
10
10
bootstrap =" tests/bootstrap.php"
11
11
cacheTokens =" true"
12
12
forceCoversAnnotation =" false"
13
- mapTestClassNameToCoveredClassName =" false"
14
13
printerClass =" PHPUnit\TextUI\ResultPrinter"
15
14
processIsolation =" false"
16
15
stopOnError =" false"
17
16
stopOnFailure =" false"
18
17
stopOnIncomplete =" false"
19
18
stopOnSkipped =" false"
20
19
testSuiteLoaderClass =" PHPUnit\Runner\StandardTestSuiteLoader"
21
- strict =" false"
22
20
verbose =" true"
23
21
>
24
22
29
27
</testsuites >
30
28
31
29
<filter >
32
- <blacklist >
33
- <directory >./vendor</directory >
34
- </blacklist >
35
30
<whitelist processUncoveredFilesFromWhitelist =" true" >
36
31
<directory suffix =" .php" >src</directory >
37
32
</whitelist >
You can’t perform that action at this time.
0 commit comments