thinkingmedia 9 years ago
parent
commit
392f3adb5d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/TestCase/ORM/AssociationCollectionTest.php

+ 3 - 3
tests/TestCase/ORM/AssociationCollectionTest.php

@@ -147,9 +147,9 @@ class AssociationCollectionTest extends TestCase
     public function associationCollectionType()
     {
         return [
-            ['BelongsTo','BelongsToMany'],
-            ['belongsTo','belongsToMany'],
-            ['belongsto','belongstomany']
+            ['BelongsTo', 'BelongsToMany'],
+            ['belongsTo', 'belongsToMany'],
+            ['belongsto', 'belongstomany']
         ];
     }