We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0c417 commit a8b3108Copy full SHA for a8b3108
phpunit.xml
@@ -1,6 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit backupGlobals="false"
3
- colors="true"
+<phpunit colors="true"
4
failOnRisky="true"
5
failOnWarning="true"
6
stopOnFailure="false"
@@ -26,9 +25,4 @@
26
25
<html outputDirectory="./build/logs/coverage-html"/>
27
</report>
28
</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>
34
</phpunit>
0 commit comments