Skip to content

Commit c0b5b02

Browse files
committed
fix: fixed code coverage setup + enabled colors - phpunit
1 parent 74c2853 commit c0b5b02

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

phpunit.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
cacheDirectory=".phpunit.cache"
6-
executionOrder="depends,defects"
7-
requireCoverageMetadata="true"
8-
beStrictAboutCoverageMetadata="true"
9-
beStrictAboutOutputDuringTests="true"
10-
failOnRisky="true"
11-
failOnWarning="true">
5+
colors="true">
126
<testsuites>
137
<testsuite name="default">
148
<directory>tests</directory>

0 commit comments

Comments
 (0)