File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit
3- xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
4- xsi : noNamespaceSchemaLocation = " vendor/phpunit/phpunit/phpunit.xsd "
5- bootstrap = " ./vendor/autoload.php "
6- backupGlobals = " false " verbose = " true "
7- beStrictAboutOutputDuringTests = " true "
8- beStrictAboutChangesToGlobalState = " true " >
9- < coverage >
10- < include >
11- < directory suffix = " .php " >src</ directory >
12- </ include >
13- < exclude >
14- <directory >src/Resources </directory >
15- </ exclude >
16- </ coverage >
17- < testsuite name = " classes " >
18- < directory suffix = " Test.php " >tests</ directory >
19- </ testsuite >
2+ <phpunit xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
3+ xsi : noNamespaceSchemaLocation = " vendor/phpunit/phpunit/phpunit.xsd "
4+ bootstrap = " ./ vendor/autoload.php "
5+ executionOrder = " random "
6+ cacheDirectory = " .phpunit.cache " >
7+ < testsuite name = " classes " >
8+ < directory >tests</ directory >
9+ </ testsuite >
10+
11+ < coverage / >
12+ < source >
13+ < include >
14+ <directory suffix = " .php " >src</directory >
15+ </ include >
16+ <exclude >
17+ < directory >src/Resources</ directory >
18+ </ exclude >
19+ </ source >
2020</phpunit >
You can’t perform that action at this time.
0 commit comments