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 8fa4e62 commit 3aa9e04Copy full SHA for 3aa9e04
phpunit
@@ -19,7 +19,7 @@ error_reporting(-1);
19
require __DIR__.'/src/Symfony/Component/Process/ProcessUtils.php';
20
21
// PHPUnit 4.8 does not support PHP 7, while 5.0 requires PHP 5.6+
22
-$PHPUNIT_VERSION = PHP_VERSION_ID >= 70000 ? '5.0' : '4.8';
+$PHPUNIT_VERSION = PHP_VERSION_ID >= 50600 ? '5.0' : '4.8';
23
$PHPUNIT_DIR = __DIR__.'/.phpunit';
24
$PHP = defined('PHP_BINARY') ? PHP_BINARY : 'php';
25
$PHP = ProcessUtils::escapeArgument($PHP);
0 commit comments