diff --git a/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php index 74727a503f2..361822aa229 100644 --- a/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php @@ -403,11 +403,11 @@ public function testDelete() { $this->assertFalse(TestCakeSession::check('Clearing')); } - /** - * testClear method - * - * @return void - */ +/** + * testClear method + * + * @return void + */ public function testClear() { $this->assertTrue(TestCakeSession::write('Delete.me', 'Clearing out')); TestCakeSession::clear();