File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
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/6 .2/phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7 .2/phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 forceCoversAnnotation =" true"
66 beStrictAboutCoversAnnotation =" true"
77 beStrictAboutOutputDuringTests =" true"
88 beStrictAboutTodoAnnotatedTests =" true"
99 verbose =" true" >
10- <testsuite >
11- <directory suffix =" Test.php" >tests</directory >
12- </testsuite >
10+ <testsuites >
11+ <testsuite name =" default" >
12+ <directory suffix =" Test.php" >tests</directory >
13+ </testsuite >
14+ </testsuites >
1315
1416 <filter >
1517 <whitelist processUncoveredFilesFromWhitelist =" true" >
You can’t perform that action at this time.
0 commit comments