We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd6ab9 commit 37e5433Copy full SHA for 37e5433
phpunit
@@ -8,7 +8,7 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
8
exit(1);
9
}
10
if (\PHP_VERSION_ID >= 70000 && !getenv('SYMFONY_PHPUNIT_VERSION')) {
11
- putenv('SYMFONY_PHPUNIT_VERSION=6.0');
+ putenv('SYMFONY_PHPUNIT_VERSION=6.5');
12
13
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');
14
require __DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit';
0 commit comments