mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing failing test from previous commit.
This commit is contained in:
parent
59e306526f
commit
8272705fee
1 changed files with 1 additions and 1 deletions
|
@ -238,6 +238,6 @@ class CakeTestCaseTest extends CakeTestCase {
|
||||||
*/
|
*/
|
||||||
public function testSetupBackUpValues() {
|
public function testSetupBackUpValues() {
|
||||||
$this->assertArrayHasKey('debug', $this->_configure);
|
$this->assertArrayHasKey('debug', $this->_configure);
|
||||||
$this->assertArrayHasKey('plugins', $this->_pathRestore);
|
$this->assertArrayHasKey('Plugin', $this->_pathRestore);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue