diff --git a/cake/tests/cases/console/libs/tasks/model.test.php b/cake/tests/cases/console/libs/tasks/model.test.php index c323a3ea3..aec16157b 100644 --- a/cake/tests/cases/console/libs/tasks/model.test.php +++ b/cake/tests/cases/console/libs/tasks/model.test.php @@ -128,7 +128,7 @@ class ModelTaskTest extends CakeTestCase { } /** - * Test that listAll scans the database connection and lists all the tables in it.s + * Test that getName interacts with the user and returns the model name. * * @return void **/