From fbc68b5bb4bb32b030fa84f353192a5fefccaddf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 19 May 2023 02:37:35 +0000 Subject: [PATCH] test fixes + new test data --- Admin/Updater.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Admin/Updater.php b/Admin/Updater.php index 1f46e7e..3e4a396 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract; */ final class Updater extends UpdaterAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; }