diff --git a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php index aa9a43cadac..a39b75c0281 100644 --- a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php +++ b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php @@ -98,7 +98,7 @@ protected function _initDb() { /** * Parse the fixture path included in test cases, to get the fixture class name, and the * real fixture path including sub-directories - * + * * @param string $fixturePath the fixture path to parse * @return array containing fixture class name and optional additional path */