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.
1 parent 3e0330f commit 9f3b43aCopy full SHA for 9f3b43a
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -106,10 +106,10 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
106
}
107
108
109
- $info += [
110
- 'versions' => [],
111
- 'requires' => ['php' => '*'],
112
- ];
+ $info += array(
+ 'versions' => array(),
+ 'requires' => array('php' => '*'),
+ );
113
114
if (1 === \count($info['versions'])) {
115
$passthruOrFail("$COMPOSER create-project --ignore-platform-reqs --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi -s dev phpunit/phpunit phpunit-$PHPUNIT_VERSION \"$PHPUNIT_VERSION.*\"");
0 commit comments