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
8
8
if (false === getenv ('SYMFONY_PHPUNIT_REMOVE ' )) {
9
9
putenv ('SYMFONY_PHPUNIT_REMOVE= ' );
10
10
}
11
- if (false === getenv ('SYMFONY_PHPUNIT_VERSION ' )) {
12
- putenv ('SYMFONY_PHPUNIT_VERSION=6.5 ' );
13
- }
14
11
if (false === getenv ('SYMFONY_PHPUNIT_DIR ' )) {
15
12
putenv ('SYMFONY_PHPUNIT_DIR= ' .__DIR__ .'/.phpunit ' );
16
13
}
Original file line number Diff line number Diff line change 12
12
<env name =" APP_ENV" value =" test" force =" true" />
13
13
<env name =" KERNEL_CLASS" value =" App\Kernel" />
14
14
<server name =" SYMFONY_PHPUNIT_REMOVE" value =" " />
15
- <env name =" SYMFONY_PHPUNIT_VERSION" value =" 7.1 " />
15
+ <env name =" SYMFONY_PHPUNIT_VERSION" value =" 7.5 " />
16
16
</php >
17
17
18
18
<testsuites >
You can’t perform that action at this time.
0 commit comments