Skip to content

Commit 1bfff8b

Browse files
authored
Merge pull request #8201 from BacLuc/update-phpunit-schema-version
api: update phpunit schema version and SYMFONY_PHPUNIT_VERSION
2 parents 3d05d61 + ce65a1a commit 1bfff8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/phpunit.nodocker.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="tests/bootstrap.php"
@@ -19,7 +19,7 @@
1919
<server name="APP_ENV" value="test" force="true"/>
2020
<server name="SHELL_VERBOSITY" value="-1"/>
2121
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
22-
<server name="SYMFONY_PHPUNIT_VERSION" value="11.4.3"/>
22+
<server name="SYMFONY_PHPUNIT_VERSION" value="12.3.11"/>
2323
<env name="DATABASE_URL" value="postgresql://ecamp3:ecamp3@localhost:5432/ecamp3dev?serverVersion=15%26charset=utf8" force="true" />
2424
<env name="TEST_DATABASE_URL" value="postgresql://ecamp3:ecamp3@localhost:5432/ecamp3dev?serverVersion=15%26charset=utf8" force="true" />
2525
<env name="SYMFONY_DEPRECATIONS_HELPER" value="quiet[]=indirect&amp;max[total]=999999"/>

api/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="tests/bootstrap.php"
@@ -19,7 +19,7 @@
1919
<server name="APP_ENV" value="test" force="true"/>
2020
<server name="SHELL_VERBOSITY" value="-1"/>
2121
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
22-
<server name="SYMFONY_PHPUNIT_VERSION" value="11.4.3"/>
22+
<server name="SYMFONY_PHPUNIT_VERSION" value="12.3.11"/>
2323
<env name="SYMFONY_DEPRECATIONS_HELPER" value="quiet[]=indirect&amp;max[total]=999999"/>
2424
<!-- if "Other deprecation notices" ever gets annoying:
2525
<env name="SYMFONY_DEPRECATIONS_HELPER"

0 commit comments

Comments
 (0)