José Lorenzo Rodríguez 11 years ago
parent
commit
b9bd61388c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/ORM/EntityTest.php

+ 2 - 1
tests/TestCase/ORM/EntityTest.php

@@ -1146,7 +1146,8 @@ class EntityTest extends TestCase
      *
      * @return void
      */
-    public function testIsDirtyFromClone() {
+    public function testIsDirtyFromClone()
+    {
         $entity = new Entity(
             ['a' => 1, 'b' => 2],
             ['markNew' => false, 'markClean' => true]