We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f52e7 commit 48972adCopy full SHA for 48972ad
test/Factory/MenuFactoryTest.php
@@ -34,7 +34,7 @@ public function testFactoryReturnsInstance()
34
35
$exerciseRepository = $this->createMock(ExerciseRepository::class);
36
$exercise = $this->createMock(ExerciseInterface::class);
37
- $exercise->expects($this->exactly(4))
+ $exercise->expects($this->exactly(2))
38
->method('getName')
39
->will($this->returnValue('Exercise'));
40
$exerciseRepository
0 commit comments