Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 1, 2023
1 parent f70e7ab commit 122a119
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.2/configuration.html -->
<!-- https://docs.phpunit.de/en/10.5/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.2"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="10.5"/>
</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.2/configuration.html -->
<!-- https://docs.phpunit.de/en/10.5/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.2"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="10.5"/>
</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.2/configuration.html -->
<!-- https://docs.phpunit.de/en/10.5/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.2"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="10.5"/>
</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.2/configuration.html -->
<!-- https://docs.phpunit.de/en/10.5/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.2"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="10.5"/>
</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.2/configuration.html -->
<!-- https://docs.phpunit.de/en/10.5/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.2"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="10.5"/>
</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.2/configuration.html -->
<!-- https://docs.phpunit.de/en/10.5/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.2"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="10.5"/>
</php>
<testsuites>
<testsuite name="Zikula Users Bundle Test Suite">
Expand Down

0 comments on commit 122a119

Please sign in to comment.