diff --git a/cake/tests/cases/console/libs/tasks/controller.test.php b/cake/tests/cases/console/libs/tasks/controller.test.php index 5d71dc573f8..94c85eeaf31 100644 --- a/cake/tests/cases/console/libs/tasks/controller.test.php +++ b/cake/tests/cases/console/libs/tasks/controller.test.php @@ -544,6 +544,7 @@ static function nameVariations() { array('Articles'), array('Article'), array('article'), array('articles') ); } + /** * test that both plural and singular forms work for controller baking. *