Test fixes

This commit is contained in:
Dennis Eichhorn 2016-07-23 22:50:30 +02:00
parent 6653558850
commit dd80569a88
4 changed files with 0 additions and 16 deletions

View File

@ -288,14 +288,6 @@ class Directory extends FileAbstract implements \Iterator, \ArrayAccess
return implode('/', $path);
}
/**
* {@inheritdoc}
*/
public function removeNode() : bool
{
return true;
}
/**
* Remove by name.
*

View File

@ -97,14 +97,6 @@ class File extends FileAbstract
return false;
}
/**
* {@inheritdoc}
*/
public function removeNode() : bool
{
return true;
}
/**
* Get file content.
*