Skip to content

Commit

Permalink
Removing a apparently bad hack in the FolderTest case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 23, 2011
1 parent d86dcd6 commit 55387ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/Utility/FolderTest.php
Expand Up @@ -301,7 +301,6 @@ public function testFolderRead() {

$Folder->path = TMP . 'non-existent';
$expected = array(array(), array());
$this->setExpectedException('PHPUnit_Framework_Error_Warning');
$result = $Folder->read(true, true);
$this->assertEqual($expected, $result);
}
Expand Down

0 comments on commit 55387ef

Please sign in to comment.