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/9.5/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ cacheResultFile =" .phpunit.cache/test-results"
6+ executionOrder =" depends,defects"
7+ forceCoversAnnotation =" false"
8+ beStrictAboutCoversAnnotation =" true"
9+ beStrictAboutOutputDuringTests =" true"
10+ beStrictAboutTodoAnnotatedTests =" true"
11+ failOnRisky =" true"
12+ failOnWarning =" true"
13+ verbose =" true" >
14+ <testsuites >
15+ <testsuite name =" Feature" >
16+ <directory suffix =" Test.php" >./test/Feature</directory >
17+ </testsuite >
18+ </testsuites >
19+
20+ <coverage cacheDirectory =" .phpunit.cache/code-coverage"
21+ processUncoveredFiles =" true" >
22+ <include >
23+ <directory suffix =" .php" >src</directory >
24+ </include >
25+ </coverage >
26+
27+ <php >
28+ <env name =" APP_KEY" value =" base64:2fl+Ktvkfl+Fuz4Qp/A75G2RTiWVA/ZoKZvp6fiiM10=" />
29+ </php >
30+ </phpunit >
You can’t perform that action at this time.
0 commit comments