Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 442af18

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed typo
2 parents b938a7f + aa09d82 commit 442af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $PHPUNIT_DIR = __DIR__.'/.phpunit';
88

99
// PHPUnit 4.8 does not support PHP 7, while 5.0 requires PHP 5.6+
1010
if (PHP_VERSION_ID >= 70000) {
11-
$PHPUNIT_DIR = '5.0';
11+
$PHPUNIT_VERSION = '5.0';
1212
}
1313

1414
if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit")) {

0 commit comments

Comments
 (0)