Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4b24394 + 1be6f3e commit aa09d82Copy full SHA for aa09d82
phpunit
@@ -8,7 +8,7 @@ $PHPUNIT_DIR = __DIR__.'/.phpunit';
8
9
// PHPUnit 4.8 does not support PHP 7, while 5.0 requires PHP 5.6+
10
if (PHP_VERSION_ID >= 70000) {
11
- $PHPUNIT_DIR = '5.0';
+ $PHPUNIT_VERSION = '5.0';
12
}
13
14
if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit")) {
0 commit comments