File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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/dist-archive-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 >
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ use WP_CLI \Tests \TestCase ;
4+
5+ class Distignore_Filter_Iterator_Test extends TestCase {
6+ }
You can’t perform that action at this time.
0 commit comments