Navigation Menu

Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 15, 2015
1 parent d363a75 commit 7b5cfed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/ORM/TableTest.php
Expand Up @@ -4054,7 +4054,8 @@ public function testSaveWithClonedEntity()
* @group save
* @return void
*/
public function testSaveCorrectPKType() {
public function testSaveCorrectPrimaryKeyType()
{
$entity = new Entity([
'username' => 'superuser',
'created' => new Time('2013-10-10 00:00'),
Expand Down

0 comments on commit 7b5cfed

Please sign in to comment.