Skip to content

Commit

Permalink
Fixing another CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 28, 2014
1 parent 6ef6ff0 commit 8d10e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/ORM/BehaviorTest.php
Expand Up @@ -34,6 +34,7 @@ public function beforeFind() {
* Test Stub. * Test Stub.
*/ */
class Test2Behavior extends Behavior { class Test2Behavior extends Behavior {

protected $_defaultConfig = [ protected $_defaultConfig = [
'implementedFinders' => [ 'implementedFinders' => [
'foo' => 'findFoo', 'foo' => 'findFoo',
Expand Down

0 comments on commit 8d10e48

Please sign in to comment.