mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing other failing test.
This test was failing because of changes made to Configure + error handling.
This commit is contained in:
parent
e86ae43796
commit
fbc76f195f
1 changed files with 0 additions and 1 deletions
|
@ -4172,7 +4172,6 @@ class DboSourceTest extends CakeTestCase {
|
|||
Configure::write('debug', 2);
|
||||
|
||||
$this->testDb->error = true;
|
||||
$this->expectError();
|
||||
ob_start();
|
||||
$this->testDb->showQuery('Error 2');
|
||||
$contents = ob_get_clean();
|
||||
|
|
Loading…
Add table
Reference in a new issue