Browse Source

Fix PHPCS error.

Mark Story 11 years ago
parent
commit
e4d6aab6ed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/Behavior/BehaviorRegressionTest.php

+ 0 - 1
tests/TestCase/ORM/Behavior/BehaviorRegressionTest.php

@@ -64,5 +64,4 @@ class BehaviorRegressionTest extends TestCase
         }
         $this->assertEquals(['Elektroniker', 'Alien Tingerne'], $results);
     }
-
 }