Fixing failing test from previous commit.

This commit is contained in:
mark_story 2011-09-12 23:25:13 -04:00
parent 59e306526f
commit 8272705fee

View file

@ -238,6 +238,6 @@ class CakeTestCaseTest extends CakeTestCase {
*/
public function testSetupBackUpValues() {
$this->assertArrayHasKey('debug', $this->_configure);
$this->assertArrayHasKey('plugins', $this->_pathRestore);
$this->assertArrayHasKey('Plugin', $this->_pathRestore);
}
}