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()
85
85
$ this ->assertSame (
86
86
<<<EOF
87
87
88
- Run composer recipes at any time to see the status of your Symfony recipes.
89
-
90
88
Symfony operations: 1 recipe ()
91
89
- Configuring dummy/dummy (>=1.0): From github.com/symfony/recipes:master
92
90
@@ -257,7 +255,7 @@ private function mockDownloader(array $recipes = []): Downloader
257
255
$ downloader = $ this ->getMockBuilder (Downloader::class)->disableOriginalConstructor ()->getMock ();
258
256
259
257
$ 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 );
261
259
262
260
return $ downloader ;
263
261
}
You can’t perform that action at this time.
0 commit comments