Skip to content

Commit

Permalink
#56 Update PHPUnit to 9.4 for support XDEBUG_MODE environment variable
Browse files Browse the repository at this point in the history
Support for XDEBUG_MODE environment variable was introduced in php-code-coverage at version 9.2.4.
sebastianbergmann/php-code-coverage#834

PHPUnit 9.4 requires php-code-coverage^9.2
  • Loading branch information
morawskim committed Dec 29, 2020
1 parent 17420c3 commit 16a60e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<server name="APP_ENV" value="test" force="true"/>
<server name="SHELL_VERBOSITY" value="-1"/>
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
<server name="SYMFONY_PHPUNIT_VERSION" value="9.3"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="9.4"/>
</php>
<testsuites>
<testsuite name="Project Test Suite">
Expand Down

0 comments on commit 16a60e1

Please sign in to comment.