10000 [phpunit] disable prophecy and force mock-objects to v3.1.1 · symfony/symfony@b9b78b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9b78b4

Browse files
[phpunit] disable prophecy and force mock-objects to v3.1.1
1 parent 89f1c35 commit b9b78b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
5252
$zip->close();
5353
chdir("phpunit-$PHPUNIT_VERSION");
5454
passthru("$COMPOSER remove --no-update symfony/yaml");
55+
passthru("$COMPOSER remove --no-update phpspec/prophecy");
56+
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"3.1.1\"");
5557
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\"");
5658
passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);
5759
if ($exit) {

0 commit comments

Comments
 (0)
0