mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
Simplify test assert.
This commit is contained in:
parent
9553c029c4
commit
dabf55785f
1 changed files with 1 additions and 1 deletions
|
@ -3031,7 +3031,7 @@ SQL;
|
|||
$this->assertSame($expected, $result);
|
||||
|
||||
$result = $this->Dbo->length(false);
|
||||
$this->assertTrue($result === null);
|
||||
$this->assertNull($result);
|
||||
|
||||
$result = $this->Dbo->length('datetime');
|
||||
$expected = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue