8000 [PhpUnitBridge] install PHPUnit 7 on PHP 7.1 and fix require for PHPU… · symfony/symfony@14f1b75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14f1b75

Browse files
committed
[PhpUnitBridge] install PHPUnit 7 on PHP 7.1 and fix require for PHPUnit 6
1 parent c38a79c commit 14f1b75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ if (PHP_VERSION_ID >= 70200) {
5252
// PHPUnit 4 does not support PHP 7
5353
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '5.7');
5454
} else {
55-
// PHPUnit 5.1 requires PHP 5.6+
5655
$PHPUNIT_VERSION = '4.8';
5756
}
5857

0 commit comments

Comments
 (0)
0