Florian Krämer 8 years ago
parent
commit
8eda88e2ad
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/ORM/EntityTest.php

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

@@ -1611,7 +1611,8 @@ class EntityTest extends TestCase
      *
      * @return void
      */
-    public function testHasValue() {
+    public function testHasValue()
+    {
         $entity = new Entity([
             'array' => ['foo' => 'bar'],
             'emptyArray' => [],