File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.2 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
5- executionOrder =" depends,defects "
5+ executionOrder =" depends,random "
66 beStrictAboutOutputDuringTests =" true"
77 beStrictAboutTodoAnnotatedTests =" true"
88 verbose =" true" >
9- <testsuites >
10- <testsuite name =" default" >
11- <directory suffix =" Test.php" >tests</directory >
12- </testsuite >
13- </testsuites >
14-
15- <filter >
16- <whitelist processUncoveredFilesFromWhitelist =" true" >
17- <directory suffix =" .php" >src</directory >
18- </whitelist >
19- </filter >
9+ <coverage processUncoveredFiles =" true" >
10+ <include >
11+ <directory suffix =" .php" >src</directory >
12+ </include >
13+ </coverage >
14+ <testsuites >
15+ <testsuite name =" default" >
16+ <directory suffix =" Test.php" >tests</directory >
17+ </testsuite >
18+ </testsuites >
2019</phpunit >
You can’t perform that action at this time.
0 commit comments