File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed 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/11.5/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ cacheDirectory =" .phpunit.cache"
6+ executionOrder =" depends,defects"
7+ requireCoverageMetadata =" false"
8+ beStrictAboutCoverageMetadata =" false"
9+ beStrictAboutOutputDuringTests =" true"
10+ failOnRisky =" true"
11+ failOnWarning =" true" >
12+
13+ <testsuites >
14+ <testsuite name =" unit" >
15+ <directory >tests</directory >
16+ </testsuite >
17+ </testsuites >
18+
19+ <source >
20+ <include >
21+ <directory >src</directory >
22+ </include >
23+ </source >
24+
25+ <php >
26+ <ini name =" error_reporting" value =" -1" />
27+ <ini name =" memory_limit" value =" -1" />
28+ <ini name =" date.timezone" value =" UTC" />
29+ </php >
30+ </phpunit >
You can’t perform that action at this time.
0 commit comments