File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ if (!file_exists(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-php
88if (false === getenv ('SYMFONY_PHPUNIT_REMOVE ' )) {
99 putenv ('SYMFONY_PHPUNIT_REMOVE= ' );
1010}
11- if (false === getenv ('SYMFONY_PHPUNIT_VERSION ' )) {
12- putenv ('SYMFONY_PHPUNIT_VERSION=6.5 ' );
13- }
1411if (false === getenv ('SYMFONY_PHPUNIT_DIR ' )) {
1512 putenv ('SYMFONY_PHPUNIT_DIR= ' .__DIR__ .'/.phpunit ' );
1613}
Original file line number Diff line number Diff line change 1212 <env name =" APP_ENV" value =" test" force =" true" />
1313 <env name =" KERNEL_CLASS" value =" App\Kernel" />
1414 <server name =" SYMFONY_PHPUNIT_REMOVE" value =" " />
15- <env name =" SYMFONY_PHPUNIT_VERSION" value =" 7.1 " />
15+ <env name =" SYMFONY_PHPUNIT_VERSION" value =" 7.5 " />
1616 </php >
1717
1818 <testsuites >
You can’t perform that action at this time.
0 commit comments