File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
4+ backupGlobals =" false"
5+ backupStaticProperties =" false"
6+ bootstrap =" vendor/autoload.php"
7+ cacheDirectory =" .phpunit.cache"
8+ colors =" true"
9+ displayDetailsOnIncompleteTests =" true"
10+ displayDetailsOnSkippedTests =" true"
11+ displayDetailsOnTestsThatTriggerDeprecations =" true"
12+ displayDetailsOnTestsThatTriggerErrors =" true"
13+ displayDetailsOnTestsThatTriggerNotices =" true"
14+ displayDetailsOnTestsThatTriggerWarnings =" true"
15+ failOnWarning =" true"
16+ processIsolation =" false"
17+ stopOnFailure =" false"
18+ >
19+ <testsuites >
20+ <testsuite name =" Clockwork Test Suite" >
21+ <directory >tests</directory >
22+ </testsuite >
23+ </testsuites >
24+ <source >
25+ <include >
26+ <directory suffix =" .php" >./src/</directory >
27+ </include >
28+ </source >
29+ </phpunit >
You can’t perform that action at this time.
0 commit comments