File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
12<phpunit
2- colors=" true"
3- processIsolation=" false"
4- stopOnFailure=" false"
5- bootstrap=" ./tests/bootstrap.php" >
6-
7- <testsuites >
8- <testsuite name =" Crud" >
9- <directory >./tests/</directory >
10- </testsuite >
11- </testsuites >
12-
13- <listeners >
14- <listener class =" \Cake\TestSuite\Fixture\FixtureInjector" >
15- <arguments >
16- <object class =" \Cake\TestSuite\Fixture\FixtureManager" />
17- </arguments >
18- </listener >
19- </listeners >
20-
21- <filter >
22- <whitelist >
23- <directory suffix =" .php" >./src/</directory >
24- <directory suffix =" .ctp" >./src/</directory >
25- </whitelist >
26- </filter >
27-
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ colors =" true"
5+ processIsolation =" false"
6+ stopOnFailure =" false"
7+ bootstrap =" ./tests/bootstrap.php"
8+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
9+ >
10+ <coverage >
11+ <include >
12+ <directory suffix =" .php" >./src/</directory >
13+ <directory suffix =" .ctp" >./src/</directory >
14+ </include >
15+ </coverage >
16+ <testsuites >
17+ <testsuite name =" Crud" >
18+ <directory >./tests/</directory >
19+ </testsuite >
20+ </testsuites >
21+ <listeners >
22+ <listener class =" \Cake\TestSuite\Fixture\FixtureInjector" >
23+ <arguments >
24+ <object class =" \Cake\TestSuite\Fixture\FixtureManager" />
25+ </arguments >
26+ </listener >
27+ </listeners >
2828</phpunit >
You can’t perform that action at this time.
0 commit comments