diff --git a/tests/TestCase/Console/Command/Task/ViewTaskTest.php b/tests/TestCase/Console/Command/Task/ViewTaskTest.php index e657b0e11ae..6b8e97765f3 100644 --- a/tests/TestCase/Console/Command/Task/ViewTaskTest.php +++ b/tests/TestCase/Console/Command/Task/ViewTaskTest.php @@ -35,6 +35,7 @@ public function initialize(array $config) { 'foreignKey' => 'article_id' ]); } + } /** @@ -46,6 +47,7 @@ class ViewTaskArticlesTable extends Table { public function intialize(array $config) { $this->table('articles'); } + } /**