8000
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 12a4cfe commit 54e01bbCopy full SHA for 54e01bb
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -16,7 +16,7 @@
16
error_reporting(-1);
17
18
// PHPUnit 4.8 does not support PHP 7, while 5.1 requires PHP 5.6+
19
-$PHPUNIT_VERSION = PHP_VERSION_ID >= 50600 ? getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.3' : '4.8';
+$PHPUNIT_VERSION = PHP_VERSION_ID >= 50600 ? getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7' : '4.8';
20
$oldPwd = getcwd();
21
$PHPUNIT_DIR = getenv('SYMFONY_PHPUNIT_DIR') ?: (__DIR__.'/.phpunit');
22
$PHP = defined('PHP_BINARY') ? PHP_BINARY : 'php';
0 commit comments