From c1f439e6b3b713ecdfa600dbb44f53dd5d768230 Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Fri, 14 Sep 2018 21:00:39 +0200 Subject: Extend tests Signed-off-by: Matthias Held --- lib/StorageWrapper.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lib') diff --git a/lib/StorageWrapper.php b/lib/StorageWrapper.php index 6809081..17f18e3 100644 --- a/lib/StorageWrapper.php +++ b/lib/StorageWrapper.php @@ -43,18 +43,6 @@ class StorageWrapper extends Wrapper $this->mountPoint = $parameters['mountPoint']; } - /** - * Makes it easier to test. - * - * @param IStorage $storage - * @param string $path - * @param int $mode - */ - protected function analyze(IStorage $storage, $path, $mode) - { - return $this->monitor->analyze($storage, $path, $mode); - } - /** * see http://php.net/manual/en/function.mkdir.php. * @@ -256,4 +244,16 @@ class StorageWrapper extends Wrapper return $this->storage->moveFromStorage($sourceStorage, $sourceInternalPath, $targetInternalPath); } + + /** + * Makes it easier to test. + * + * @param IStorage $storage + * @param string $path + * @param int $mode + */ + protected function analyze(IStorage $storage, $path, $mode) + { + return $this->monitor->analyze($storage, $path, $mode); + } } -- cgit v1.2.3