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 a90b3a2 commit 8ea24dcCopy full SHA for 8ea24dc
phpunit
@@ -10,13 +10,9 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
10
exit(1);
11
}
12
if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
13
- if (\PHP_VERSION_ID < 70300) {
14
- putenv('SYMFONY_PHPUNIT_VERSION=8.5.26');
15
- } else {
16
- putenv('SYMFONY_PHPUNIT_VERSION=9.6');
17
- }
+ putenv('SYMFONY_PHPUNIT_VERSION=9.6');
18
19
-if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS') && \PHP_VERSION_ID >= 70300) {
+if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS')) {
20
putenv('SYMFONY_PATCH_TYPE_DECLARATIONS=deprecations=1');
21
22
if (getcwd() === realpath(__DIR__.'/src/Symfony/Bridge/PhpUnit')) {
0 commit comments