mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Missing test fix ModelIntegration
This commit is contained in:
parent
fdb41e01bb
commit
5b92c900e6
1 changed files with 1 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ class ModelIntegrationTest extends BaseModelTest {
|
|||
$Article->useTable = false;
|
||||
$Article->id = 1;
|
||||
$result = $Article->exists();
|
||||
$this->assertTrue($result);
|
||||
$this->assertFalse($result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue