Browse Source

PSR-2 stuff

Jose Lorenzo Rodriguez 10 years ago
parent
commit
9408633a60
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/ORM/BindingKeyTest.php

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

@@ -92,7 +92,8 @@ class BindingKeyTest extends TestCase
      * @dataProvider strategiesProviderJoinable
      * @return void
      */
-    public function testHasOne($strategy) {
+    public function testHasOne($strategy)
+    {
         $users = TableRegistry::get('Users');
         $users->hasOne('SiteAuthors', [
             'bindingKey' => 'username',