From 4464dbbd2910c13bca8a055668c75ca82ba4ac94 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 18 Sep 2011 13:47:20 -0400 Subject: [PATCH] Fixing test method name. --- cake/tests/cases/libs/model/model_read.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/tests/cases/libs/model/model_read.test.php b/cake/tests/cases/libs/model/model_read.test.php index 61de3101fbd..27c86eb8d99 100755 --- a/cake/tests/cases/libs/model/model_read.test.php +++ b/cake/tests/cases/libs/model/model_read.test.php @@ -4776,7 +4776,7 @@ function testBindMultipleTimesWithDifferentResetSettings() { * * @return void */ - function bindWithCustomPrimaryKey() { + function testBindWithCustomPrimaryKey() { $this->loadFixtures('Story', 'StoriesTag', 'Tag'); $Model =& ClassRegistry::init('StoriesTag'); $Model->bindModel(array(