Skip to content

Commit

Permalink
Set XDEBUG mode in phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Aug 28, 2024
1 parent 61561e0 commit 67c2493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?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 67c2493

Please sign in to comment.