Skip to content

Commit a512538

Browse files
[PhpUnitBridge] fix leftover
1 parent f08ddae commit a512538

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/simple-phpunit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
112112
$passthruOrFail("$COMPOSER create-project --ignore-platform-reqs --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi phpunit/phpunit $PHPUNIT_VERSION_DIR \"$PHPUNIT_VERSION.*\"");
113113
}
114114

115-
$passthruOrFail("$COMPOSER create-project --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi phpunit/phpunit phpunit-$PHPUNIT_VERSION \"$PHPUNIT_VERSION.*\"");
116115
@copy("phpunit-$PHPUNIT_VERSION/phpunit.xsd", 'phpunit.xsd');
117116
chdir("phpunit-$PHPUNIT_VERSION");
118117
if ($SYMFONY_PHPUNIT_REMOVE) {

0 commit comments

Comments
 (0)