Skip to content

Commit

Permalink
Fixing test method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 18, 2011
1 parent a640991 commit 4464dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/model/model_read.test.php
Expand Up @@ -4776,7 +4776,7 @@ function testBindMultipleTimesWithDifferentResetSettings() {
*
* @return void
*/
function bindWithCustomPrimaryKey() {
function testBindWithCustomPrimaryKey() {
$this->loadFixtures('Story', 'StoriesTag', 'Tag');
$Model =& ClassRegistry::init('StoriesTag');
$Model->bindModel(array(
Expand Down

0 comments on commit 4464dbb

Please sign in to comment.