Skip to content

Commit

Permalink
[Test] Remove XDEBUG_MODE=coverage on phpunit.xml (#3669)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 23, 2023
1 parent b11c28e commit bfd083e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- tests
- rules-tests
- packages-tests
- utils-tests

name: PHP ${{ matrix.php }} tests for ${{ matrix.path }}
steps:
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
</testsuites>
<php>
<ini name="memory_limit" value="-1"/>
<env name="XDEBUG_MODE" value="coverage"/>
</php>
</phpunit>

0 comments on commit bfd083e

Please sign in to comment.