Browse Source

Fix PHPCS error.

Mark Story 11 years ago
parent
commit
7b5cfed142
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/ORM/TableTest.php

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

@@ -4054,7 +4054,8 @@ class TableTest extends TestCase
      * @group save
      * @return void
      */
-    public function testSaveCorrectPKType() {
+    public function testSaveCorrectPrimaryKeyType()
+    {
         $entity = new Entity([
             'username' => 'superuser',
             'created' => new Time('2013-10-10 00:00'),