Skip to content

Commit

Permalink
fix ModelIntegrationTest part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed May 17, 2011
1 parent ce774c0 commit 6e29bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Model/ModelIntegrationTest.php
Expand Up @@ -93,6 +93,7 @@ public function testAssociationLazyLoading() {
*/
public function testAssociationLazyLoadWithHABTM() {
$this->loadFixtures('FruitsUuidTag', 'ArticlesTag');
$this->db->cacheSources = false;
$Article = new ArticleB();
$this->assertTrue(isset($Article->hasAndBelongsToMany['TagB']));
$this->assertFalse(property_exists($Article, 'TagB'));
Expand Down

0 comments on commit 6e29bb4

Please sign in to comment.