File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" executionOrder =" random" failOnWarning =" false" failOnRisky =" false" failOnEmptyTestSuite =" true " beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" executionOrder =" random" failOnWarning =" false" failOnRisky =" false" failOnEmptyTestSuite =" false " beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
3
<php >
4
4
<env name =" APP_KEY" value =" AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
5
5
</php >
8
8
<directory >tests</directory >
9
9
</testsuite >
10
10
</testsuites >
11
- <coverage >
12
- <report >
13
- <html outputDirectory =" build/coverage" />
14
- <text outputFile =" build/coverage.txt" />
15
- <clover outputFile =" build/logs/clover.xml" />
16
- </report >
17
- </coverage >
18
11
<logging >
19
12
<junit outputFile =" build/report.junit.xml" />
20
13
</logging >
You can’t perform that action at this time.
0 commit comments