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 3129c33 commit d64c938Copy full SHA for d64c938
tests/controller/index_controller_test.php
@@ -35,7 +35,7 @@ public function test_controller($status_code, $page_content)
35
$controller = $this->get_controller('index_controller', 'ideas');
36
self::assertInstanceOf('phpbb\ideas\controller\index_controller', $controller);
37
38
- $this->entity->expects(self::atMost(3))
+ $this->entity->expects(self::atMost(4))
39
->method('get_ideas')
40
->willReturn([$this->initialized_idea_array()]);
41
0 commit comments