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 a2cd56c commit 233dcb4Copy full SHA for 233dcb4
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -78,6 +78,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
78
passthru(sprintf('\\' === DIRECTORY_SEPARATOR ? 'rmdir /S /Q %s': 'rm -rf %s', "phpunit-$PHPUNIT_VERSION.old"));
79
}
80
passthru("$COMPOSER create-project --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi phpunit/phpunit phpunit-$PHPUNIT_VERSION \"$PHPUNIT_VERSION.*\"");
81
+ @copy("phpunit-$PHPUNIT_VERSION/phpunit.xsd", 'phpunit.xsd');
82
chdir("phpunit-$PHPUNIT_VERSION");
83
if ($SYMFONY_PHPUNIT_REMOVE) {
84
passthru("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);
0 commit comments