mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Test fixes
This commit is contained in:
parent
6653558850
commit
dd80569a88
|
|
@ -288,14 +288,6 @@ class Directory extends FileAbstract implements \Iterator, \ArrayAccess
|
|||
return implode('/', $path);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function removeNode() : bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove by name.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -97,14 +97,6 @@ class File extends FileAbstract
|
|||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function removeNode() : bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get file content.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user