8000 [PhpUnitBridger] Bump simple-phpunit to PHPUnit 5.7 by default · symfony/symfony@54e01bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 54e01bb

Browse filesBrowse files
[PhpUnitBridger] Bump simple-phpunit to PHPUnit 5.7 by default
1 parent 12a4cfe commit 54e01bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
error_reporting(-1);
1717

1818
// 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';
19+
$PHPUNIT_VERSION = PHP_VERSION_ID >= 50600 ? getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7' : '4.8';
2020
$oldPwd = getcwd();
2121
$PHPUNIT_DIR = getenv('SYMFONY_PHPUNIT_DIR') ?: (__DIR__.'/.phpunit');
2222
$PHP = defined('PHP_BINARY') ? PHP_BINARY : 'php';

0 commit comments

Comments
 (0)
0