Skip to content

Commit a8b3108

Browse files
committed
remove unecessary phpunit configuration since phpunit 12 upgrade
1 parent dd0c417 commit a8b3108

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
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="false"
3-
colors="true"
2+
<phpunit colors="true"
43
failOnRisky="true"
54
failOnWarning="true"
65
stopOnFailure="false"
@@ -26,9 +25,4 @@
2625
<html outputDirectory="./build/logs/coverage-html"/>
2726
</report>
2827
</coverage>
29-
<php>
30-
<!-- Temporarily preventing https://github.com/xdebug/xdebug/pull/699 -->
31-
<const name="XDEBUG_CC_UNUSED" value=""/>
32-
<const name="XDEBUG_CC_DEAD_CODE" value="-1"/>
33-
</php>
3428
</phpunit>

0 commit comments

Comments
 (0)