mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-01 17:12:39 +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);
|
Configure::write('debug', 2);
|
||||||
|
|
||||||
$this->testDb->error = true;
|
$this->testDb->error = true;
|
||||||
$this->expectError();
|
|
||||||
ob_start();
|
ob_start();
|
||||||
$this->testDb->showQuery('Error 2');
|
$this->testDb->showQuery('Error 2');
|
||||||
$contents = ob_get_clean();
|
$contents = ob_get_clean();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue