Skip to content

Commit

Permalink
Fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 16, 2010
1 parent b8b4647 commit c7f1650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/model/model_integration.test.php
Expand Up @@ -139,7 +139,7 @@ public function testAssociationLazyLoadWithBindModel() {
* @return void
*/
public function testMissingTable() {
$Article = new ArticleB();
$Article = new ArticleB(false, uniqid());
$Article->schema();
}

Expand Down

0 comments on commit c7f1650

Please sign in to comment.