Skip to content

Commit 48972ad

Browse files
committed
Fix menufactory test
1 parent e6f52e7 commit 48972ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Factory/MenuFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testFactoryReturnsInstance()
3434

3535
$exerciseRepository = $this->createMock(ExerciseRepository::class);
3636
$exercise = $this->createMock(ExerciseInterface::class);
37-
$exercise->expects($this->exactly(4))
37+
$exercise->expects($this->exactly(2))
3838
->method('getName')
3939
->will($this->returnValue('Exercise'));
4040
$exerciseRepository

0 commit comments

Comments
 (0)