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 6b13708 commit 7a06d92Copy full SHA for 7a06d92
phpunit
@@ -18,8 +18,8 @@ use Symfony\Component\Process\ProcessUtils;
18
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 4.8 does not support PHP 7, while 5.1 requires PHP 5.6+
+$PHPUNIT_VERSION = PHP_VERSION_ID >= 50600 ? '5.1' : '4.8';
23
$PHPUNIT_DIR = __DIR__.'/.phpunit';
24
$PHP = defined('PHP_BINARY') ? PHP_BINARY : 'php';
25
$PHP = ProcessUtils::escapeArgument($PHP);
0 commit comments