File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ public function testPostInstall()
8585 $ this ->assertSame (
8686 <<<EOF
8787
88- Run composer recipes at any time to see the status of your Symfony recipes.
89-
9088Symfony operations: 1 recipe ()
9189 - Configuring dummy/dummy (>=1.0): From github.com/symfony/recipes:master
9290
@@ -257,7 +255,7 @@ private function mockDownloader(array $recipes = []): Downloader
257255 $ downloader = $ this ->getMockBuilder (Downloader::class)->disableOriginalConstructor ()->getMock ();
258256
259257 $ downloader ->expects ($ this ->once ())->method ('getRecipes ' )->willReturn ($ recipes );
260- $ downloader ->expects ($ this ->exactly ( 2 ))->method ('isEnabled ' )->willReturn (true );
258+ $ downloader ->expects ($ this ->any ( ))->method ('isEnabled ' )->willReturn (true );
261259
262260 return $ downloader ;
263261 }
You can’t perform that action at this time.
0 commit comments