Browse Source

Fixing another CS error

José Lorenzo Rodríguez 11 years ago
parent
commit
8d10e487a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/ORM/BehaviorTest.php

+ 1 - 0
tests/TestCase/ORM/BehaviorTest.php

@@ -34,6 +34,7 @@ class TestBehavior extends Behavior {
  * Test Stub.
  */
 class Test2Behavior extends Behavior {
+
 	protected $_defaultConfig = [
 		'implementedFinders' => [
 			'foo' => 'findFoo',