Skip to content

Commit

Permalink
update phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Feb 5, 2024
1 parent bd3dffc commit 5d7f189
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PhpUnitXmlDist {

def private phpUnitXml(Application it) '''
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://docs.phpunit.de/en/10.5/configuration.html -->
<!-- https://docs.phpunit.de/en/11.0/configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="../../../../tests/bootstrap.php"
Expand All @@ -36,7 +36,7 @@ class PhpUnitXmlDist {
<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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>

<testsuites>
Expand Down

0 comments on commit 5d7f189

Please sign in to comment.