Skip to content

Commit aa09d82

Browse files
committed
Merge branch '2.3't m into 2.7
* 2.3: fixed typo
2 parents 4b24394 + 1be6f3e commit aa09d82

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)