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 7, 2025
1 parent 12ba48d commit 67d19f2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
9 changes: 2 additions & 7 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/11.5/configuration.html -->
<!-- https://docs.phpunit.de/en/12.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,17 +18,12 @@
<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="11.5" />
<server name="SYMFONY_PHPUNIT_VERSION" value="12.0" />
</php>

<testsuites>
<testsuite name="Zikula Bundle Tests">
<directory>./src/Zikula/*/Tests/</directory>
</testsuite>
<testsuite name="Zikula System Tests">
<directory>./src/system/*/Tests/</directory>
<!-- CategoriesTypeTest currently not functioning cah 2020/1/1 -->
<exclude>./src/system/CategoriesModule/Tests/Form/Type/CategoriesTypeTest.php</exclude>
</testsuite>
</testsuites>

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/11.5/configuration.html -->
<!-- https://docs.phpunit.de/en/12.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="11.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="12.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/11.5/configuration.html -->
<!-- https://docs.phpunit.de/en/12.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="11.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="12.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/11.5/configuration.html -->
<!-- https://docs.phpunit.de/en/12.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="11.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="12.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/11.5/configuration.html -->
<!-- https://docs.phpunit.de/en/12.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="11.5"/>
<server name="SYMFONY_PHPUNIT_VERSION" value="12.0"/>
</php>
<testsuites>
<testsuite name="Zikula Users Bundle Test Suite">
Expand Down

0 comments on commit 67d19f2

Please sign in to comment.