Skip to content

Commit 3f8df65

Browse files
committed
nocov
1 parent dd97e4b commit 3f8df65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnError="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
3-
<coverage>
4-
<report>
5-
<html outputDirectory="build/coverage"/>
6-
</report>
7-
</coverage>
83
<testsuites>
94
<testsuite name="Package Test Suite">
105
<directory suffix="Test.php">./tests/</directory>

0 commit comments

Comments
 (0)