Skip to content

Commit 08882d1

Browse files
fix tests
1 parent 0256511 commit 08882d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/FlexTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-
9088
Symfony 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
}

0 commit comments

Comments
 (0)