Skip to content

Commit cbe59fe

Browse files
Merge branch '4.4'
* 4.4: (24 commits) [Console] Command::execute() should always return int - deprecate returning null [FrameworkBundle] Fix wrong returned status code in ConfigDebugCommand [AnnotationCacheWarmer] add RedirectController to annotation cache [WebProfilerBundle] Try to display the most useful panel by default Add note about deprecating the XmlEncoder::TYPE_CASE_ATTRIBUTES constant in the upgrade guide fix merge [DI] add tests loading calls with returns-clone [DI] dont mandate a class on inline services with a factory Fixed Redis Sentinel usage when only one Sentinel specified [EventDispatcher] Added tests for aliased events. Sync Twig templateExists behaviors Fix the :only-of-type pseudo class selector Deprecate the XmlEncoder::TYPE_CASE_ATTRIBUTES constant [Mailer] Tweak some code [Serializer] Add CsvEncoder tests for PHP 7.4 Copy phpunit.xsd to a predictable path [WebserverBundle] Remove duplicated deprecation message remove duplicated test [Security/Http] fix parsing X509 emailAddress [FrameworkBundle] conflict with VarDumper < 4.4 ...
2 parents a7cd3b9 + ed7630d commit cbe59fe

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
@@ -116,6 +116,7 @@
116116
passthru(sprintf('\\' === DIRECTORY_SEPARATOR ? 'rmdir /S /Q %s': 'rm -rf %s', "$PHPUNIT_VERSION_DIR.old"));
117117
}
118118
passthru("$COMPOSER create-project --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi phpunit/phpunit $PHPUNIT_VERSION_DIR \"$PHPUNIT_VERSION.*\"");
119+
@copy("$PHPUNIT_VERSION_DIR/phpunit.xsd", 'phpunit.xsd');
119120
chdir("$PHPUNIT_VERSION_DIR");
120121
if ($SYMFONY_PHPUNIT_REMOVE) {
121122
passthru("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);

0 commit comments

Comments
 (0)