Jeremy Harris 8 years ago
parent
commit
7392b85513
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/RulesCheckerIntegrationTest.php

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

@@ -669,7 +669,7 @@ class RulesCheckerIntegrationTest extends TestCase
 
         $article = $table->newEntity([
             'title' => 'new article',
-            'comments' =>  [
+            'comments' => [
                 $table->Comments->newEntity([
                     'user_id' => 1,
                     'comment' => 'comment 1',