Browse Source

Removing commented out code

Luan Hospodarsky 10 years ago
parent
commit
8453225249
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/TableTest.php

+ 1 - 1
tests/TestCase/ORM/TableTest.php

@@ -1763,7 +1763,7 @@ class TableTest extends TestCase
             'articles' => [
                 ['title' => 'One Random Post', 'body' => 'The cake is not a lie'],
                 ['title' => 'Another Random Post', 'body' => 'The cake is nice'],
-                //['title' => 'One more random post','body'=>'The cake is forever']
+                ['title' => 'One more random post','body'=>'The cake is forever']
             ]
         ], ['associated' => ['Articles']]);