mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Removing a apparently bad hack in the FolderTest case
This commit is contained in:
parent
d86dcd6d3b
commit
55387ef77f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue