File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
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/6.1 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/10.5 /phpunit.xsd"
5
5
colors =" true"
6
6
columns =" max"
7
7
bootstrap =" ../../autoload.php"
8
- beStrictAboutTestsThatDoNotTestAnything =" false"
9
8
>
10
9
<testsuites >
11
10
<testsuite name =" Unit" >
12
11
<directory suffix =" Test.php" >../../src/Test/Unit</directory >
13
12
</testsuite >
14
13
</testsuites >
15
14
<filter >
16
- <whitelist addUncoveredFilesFromWhitelist = " true " >
15
+ <include >
17
16
<directory suffix =" .php" >../../src</directory >
18
- < exclude >
19
- < directory >../../src/Test</ directory >
20
- </ exclude >
21
- </whitelist >
17
+ </ include >
18
+ < exclude >
19
+ <directory >../../src/Test</ directory >
20
+ </exclude >
22
21
</filter >
23
22
24
23
<php >
You can’t perform that action at this time.
0 commit comments