From 3dcb46138a6715b948be812d5c786552f1558615 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/Installer.php | 7 +++++++ Admin/Status.php | 7 +++++++ Admin/Uninstaller.php | 7 +++++++ Admin/Updater.php | 7 +++++++ info.json | 4 ++-- 5 files changed, 30 insertions(+), 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 3e922db..7533ae5 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -26,4 +26,11 @@ use phpOMS\Module\InstallerAbstract; */ final class Installer extends InstallerAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Status.php b/Admin/Status.php index 3d9e95b..ccb4a10 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -26,4 +26,11 @@ use phpOMS\Module\StatusAbstract; */ final class Status extends StatusAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index f37dd64..610fe05 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -26,4 +26,11 @@ use phpOMS\Module\UninstallerAbstract; */ final class Uninstaller extends UninstallerAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Updater.php b/Admin/Updater.php index 1f1d892..5eb1b9d 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__; } diff --git a/info.json b/info.json index 9cb0b59..6f07d86 100755 --- a/info.json +++ b/info.json @@ -11,8 +11,8 @@ "phpOMS-db": "1.0.0" }, "creator": { - "name": "Orange Management", - "website": "www.spl1nes.com" + "name": "Jingga", + "website": "jingga.app" }, "description": "Investment Management module.", "directory": "InvestmentManagement",