mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing Mysql test case after making the DboSource throw exceptions
This commit is contained in:
parent
8897335af4
commit
149deba416
1 changed files with 0 additions and 1 deletions
|
@ -2647,7 +2647,6 @@ class DboMysqlTest extends CakeTestCase {
|
|||
$expected = 2;
|
||||
$this->assertIdentical($expected, $result);
|
||||
|
||||
$this->expectError();
|
||||
$result = $this->Dbo->length(false);
|
||||
$this->assertTrue($result === null);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue