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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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"
4
4
bootstrap =" vendor/autoload.php"
5
5
forceCoversAnnotation =" true"
6
6
beStrictAboutCoversAnnotation =" true"
7
7
beStrictAboutOutputDuringTests =" true"
8
8
beStrictAboutTodoAnnotatedTests =" true"
9
9
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 >
13
15
14
16
<filter >
15
17
<whitelist processUncoveredFilesFromWhitelist =" true" >
You can’t perform that action at this time.
0 commit comments