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 dbf8113 commit 993997d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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 @@ -18,7 +18,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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>

<testsuites>
Expand Down
4 changes: 2 additions & 2 deletions src/system/CategoriesBundle/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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 @@ -18,7 +18,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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>
<testsuites>
<testsuite name="Zikula Categories Bundle Test Suite">
Expand Down
4 changes: 2 additions & 2 deletions src/system/CoreBundle/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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 @@ -18,7 +18,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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>
<testsuites>
<testsuite name="CoreBundle Test Suite">
Expand Down
4 changes: 2 additions & 2 deletions src/system/LegalBundle/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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 @@ -18,7 +18,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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>
<testsuites>
<testsuite name="Zikula Legal Bundle Test Suite">
Expand Down
4 changes: 2 additions & 2 deletions src/system/ThemeBundle/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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 @@ -18,7 +18,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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>
<testsuites>
<testsuite name="Zikula Theme Bundle Test Suite">
Expand Down
4 changes: 2 additions & 2 deletions src/system/UsersBundle/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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 @@ -18,7 +18,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="10.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="11.0"/>
</php>
<testsuites>
<testsuite name="Zikula Users Bundle Test Suite">
Expand Down

0 comments on commit 993997d

Please sign in to comment.