We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1813f89 commit 677dfcaCopy full SHA for 677dfca
phpunit.xml
@@ -1,10 +1,10 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="true" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
3
- <coverage>
4
- <report>
5
- <clover outputFile="coverage.xml"/>
6
- </report>
7
- </coverage>
+<!-- <coverage>-->
+<!-- <report>-->
+<!-- <clover outputFile="coverage.xml"/>-->
+<!-- </report>-->
+<!-- </coverage>-->
8
<testsuites>
9
<testsuite name="Unit Tests">
10
<directory suffix="Test.php">./tests/Unit</directory>
0 commit comments