Skip to content

Commit d64c938

Browse files
committed
Fix tests
1 parent 3129c33 commit d64c938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/controller/index_controller_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function test_controller($status_code, $page_content)
3535
$controller = $this->get_controller('index_controller', 'ideas');
3636
self::assertInstanceOf('phpbb\ideas\controller\index_controller', $controller);
3737

38-
$this->entity->expects(self::atMost(3))
38+
$this->entity->expects(self::atMost(4))
3939
->method('get_ideas')
4040
->willReturn([$this->initialized_idea_array()]);
4141

0 commit comments

Comments
 (0)