Skip to content

Commit 8a70fd4

Browse files
committed
Fix tests
1 parent 6397076 commit 8a70fd4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<php>
44
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
55
</php>
@@ -8,13 +8,6 @@
88
<directory>tests</directory>
99
</testsuite>
1010
</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>
1811
<logging>
1912
<junit outputFile="build/report.junit.xml"/>
2013
</logging>

0 commit comments

Comments
 (0)