File tree Expand file tree Collapse file tree 1 file changed +25
-16
lines changed
Expand file tree Collapse file tree 1 file changed +25
-16
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
21<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.8/phpunit.xsd"
4- bootstrap =" vendor/autoload.php"
5- backupGlobals =" false"
6- beStrictAboutCoversAnnotation =" true"
7- beStrictAboutOutputDuringTests =" true"
8- beStrictAboutTestsThatDoNotTestAnything =" true"
9- beStrictAboutTodoAnnotatedTests =" true"
10- colors =" true"
11- verbose =" true" >
12- <testsuites >
13- <testsuite name =" default" >
14- <directory suffix =" Test.php" >tests</directory >
15- </testsuite >
16- </testsuites >
17- </phpunit >
2+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.8/phpunit.xsd"
3+ bootstrap =" vendor/autoload.php"
4+ backupGlobals =" false"
5+ beStrictAboutCoversAnnotation =" true"
6+ beStrictAboutOutputDuringTests =" true"
7+ beStrictAboutTestsThatDoNotTestAnything =" true"
8+ beStrictAboutTodoAnnotatedTests =" true"
9+ convertErrorsToExceptions =" true"
10+ convertWarningsToExceptions =" true"
11+ convertNoticesToExceptions =" true"
12+ convertDeprecationsToExceptions =" true"
13+ colors =" true"
14+ verbose =" true" >
15+ <testsuites >
16+ <testsuite name =" wp-cli/extension-command tests" >
17+ <directory suffix =" Test.php" >tests</directory >
18+ </testsuite >
19+ </testsuites >
20+
21+ <coverage processUncoveredFiles =" false" >
22+ <include >
23+ <directory suffix =" .php" >src</directory >
24+ </include >
25+ </coverage >
26+ </phpunit >
You can’t perform that action at this time.
0 commit comments