Skip to content

Commit

Permalink
Missing test fix ModelIntegration
Browse files Browse the repository at this point in the history
  • Loading branch information
tanuck committed Aug 18, 2015
1 parent fdb41e0 commit 5b92c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/ModelIntegrationTest.php
Expand Up @@ -1334,7 +1334,7 @@ public function testUseTableFalseExistsCheck() {
$Article->useTable = false;
$Article->id = 1;
$result = $Article->exists();
$this->assertTrue($result);
$this->assertFalse($result);
}

/**
Expand Down

0 comments on commit 5b92c90

Please sign in to comment.