Skip to content

Commit

Permalink
Revert "Set XDEBUG mode in phpunit.xml"
Browse files Browse the repository at this point in the history
This reverts commit 67c2493.
  • Loading branch information
HorstOeko committed Aug 28, 2024
1 parent 67c2493 commit 66b39c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="../vendor/autoload.php">
<php>
<ini name="xdebug.mode" value="coverage" />
<env name="XDEBUG_MODE" value="coverage" />
</php>
<testsuites>
<testsuite name="General">
<file>../tests/testcases/SettingsTest.php</file>
Expand Down

0 comments on commit 66b39c8

Please sign in to comment.