From 69b763523c13500ee6854774d19806e2c6b078f9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 5 Nov 2014 12:07:47 +0100 Subject: set the correct mime type for the firefox manifest --- tests/unit/controller/PageControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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( -- cgit v1.2.3