Removing a apparently bad hack in the FolderTest case

This commit is contained in:
Jose Lorenzo Rodriguez 2011-06-23 13:53:19 -07:00
parent d86dcd6d3b
commit 55387ef77f

View file

@ -301,7 +301,6 @@ class FolderTest extends CakeTestCase {
$Folder->path = TMP . 'non-existent';
$expected = array(array(), array());
$this->setExpectedException('PHPUnit_Framework_Error_Warning');
$result = $Folder->read(true, true);
$this->assertEqual($expected, $result);
}