Skip to content

Commit 677dfca

Browse files
committed
update ci
1 parent 1813f89 commit 677dfca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpunit.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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>
3+
<!-- <coverage>-->
4+
<!-- <report>-->
5+
<!-- <clover outputFile="coverage.xml"/>-->
6+
<!-- </report>-->
7+
<!-- </coverage>-->
88
<testsuites>
99
<testsuite name="Unit Tests">
1010
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)