Skip to content

Commit

Permalink
Fixing failing test from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 13, 2011
1 parent 59e3065 commit 8272705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ public function testSkipIf() {
*/
public function testSetupBackUpValues() {
$this->assertArrayHasKey('debug', $this->_configure);
$this->assertArrayHasKey('plugins', $this->_pathRestore);
$this->assertArrayHasKey('Plugin', $this->_pathRestore);
}
}

0 comments on commit 8272705

Please sign in to comment.