summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/PageControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/controller/PageControllerTest.php')
-rw-r--r--tests/unit/controller/PageControllerTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php
index 3b3a38782..ee138fded 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/controller/PageControllerTest.php
@@ -39,10 +39,10 @@ class PageControllerTest extends \PHPUnit_Framework_TestCase {
$this->configData = [
'name' => 'AppTest',
'id' => 'apptest',
- 'authors' => [
- ['name' => 'john'],
- ['name' => 'test']
+ 'navigation' => [
+ 'route' => 'apptest.index.php'
],
+ 'author' => 'john, test',
'description' => 'This is a test app',
'homepage' => 'https://github.com/owncloud/test'
];