Skip to content

Commit 555ad0a

Browse files
committed
wip
1 parent ae58e4c commit 555ad0a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: phpunit.xml.dist

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
3-
<coverage>
4-
<report>
5-
<clover outputFile="build/logs/clover.xml"/>
6-
<html outputDirectory="build/coverage"/>
7-
<text outputFile="build/coverage.txt"/>
8-
</report>
9-
</coverage>
103
<testsuites>
114
<testsuite name="Spatie Test Suite">
125
<directory>tests</directory>

0 commit comments

Comments
 (0)