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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<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"
55 colors =" true"
66 columns =" max"
77 bootstrap =" ../../autoload.php"
8- beStrictAboutTestsThatDoNotTestAnything =" false"
98>
109 <testsuites >
1110 <testsuite name =" Unit" >
1211 <directory suffix =" Test.php" >../../src/Test/Unit</directory >
1312 </testsuite >
1413 </testsuites >
1514 <filter >
16- <whitelist addUncoveredFilesFromWhitelist = " true " >
15+ <include >
1716 <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 >
2221 </filter >
2322
2423 <php >
You can’t perform that action at this time.
0 commit comments