Skip to content

Commit a7fd9e7

Browse files
Merge branch '3.4' into 4.3
* 3.4: Sync Twig templateExists behaviors Fix the :only-of-type pseudo class selector [Serializer] Add CsvEncoder tests for PHP 7.4 Copy phpunit.xsd to a predictable path [Security/Http] fix parsing X509 emailAddress [Serializer] fix denormalization of string-arrays with only one element #33731 [Cache] fix known tag versions ttl check
2 parents cfb2b21 + cbea881 commit a7fd9e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/simple-phpunit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
passthru(sprintf('\\' === DIRECTORY_SEPARATOR ? 'rmdir /S /Q %s': 'rm -rf %s', "phpunit-$PHPUNIT_VERSION.old"));
111111
}
112112
passthru("$COMPOSER create-project --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi phpunit/phpunit phpunit-$PHPUNIT_VERSION \"$PHPUNIT_VERSION.*\"");
113+
@copy("phpunit-$PHPUNIT_VERSION/phpunit.xsd", 'phpunit.xsd');
113114
chdir("phpunit-$PHPUNIT_VERSION");
114115
if ($SYMFONY_PHPUNIT_REMOVE) {
115116
passthru("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);

0 commit comments

Comments
 (0)