File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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& max[total]=999999" />
Original file line number Diff line number Diff line change 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"
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& max[total]=999999" />
2424 <!-- if "Other deprecation notices" ever gets annoying:
2525 <env name="SYMFONY_DEPRECATIONS_HELPER"
You can’t perform that action at this time.
0 commit comments