diff --git a/tests/TestCase/View/RssViewTest.php b/tests/TestCase/View/RssViewTest.php index fcad4ffe..c8fa1271 100644 --- a/tests/TestCase/View/RssViewTest.php +++ b/tests/TestCase/View/RssViewTest.php @@ -647,6 +647,9 @@ public function testMedia() { $this->assertTextEquals($expected, $result); } + /** + * @return void + */ public function testIsPermalink() { $Request = new Request(); $Response = new Response();