summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 12:07:47 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 12:07:47 +0100
commit69b763523c13500ee6854774d19806e2c6b078f9 (patch)
tree46983830e35030cd6c4ef10c8e9f12a449ff892d /tests
parent9eca163aa88a36de8c0bee754fba1be996baf523 (diff)
set the correct mime type for the firefox manifest
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(