We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae58e4c commit 555ad0aCopy full SHA for 555ad0a
phpunit.xml.dist
@@ -1,12 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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>
10
<testsuites>
11
<testsuite name="Spatie Test Suite">
12
<directory>tests</directory>
0 commit comments