summaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/AppTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/appframework/AppTest.php')
-rw-r--r--tests/lib/appframework/AppTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/AppTest.php b/tests/lib/appframework/AppTest.php
index bd565e9765e..86128db118f 100644
--- a/tests/lib/appframework/AppTest.php
+++ b/tests/lib/appframework/AppTest.php
@@ -63,7 +63,7 @@ class AppTest extends \Test\TestCase {
public function testControllerNameAndMethodAreBeingPassed(){
- $return = array(null, array(), null);
+ $return = array(null, array(), array(), null);
$this->dispatcher->expects($this->once())
->method('dispatch')
->with($this->equalTo($this->controller),