summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/controller/PageControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php
index 48af6860f..0173c3075 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/controller/PageControllerTest.php
@@ -156,7 +156,7 @@ class PageControllerTest extends \PHPUnit_Framework_TestCase {
->method('getLanguageCode')
->will($this->returnValue('de_DE'));
- $result = $this->controller->manifest();
+ $result = $this->controller->manifest()->getData();
$this->assertEquals($this->configData['name'], $result['name']);
$this->assertEquals('web', $result['type']);
$this->assertEquals(