test fixes + new test data

This commit is contained in:
Dennis Eichhorn 2023-05-19 02:37:35 +00:00
parent c5b25fd9dc
commit 3dcb46138a
5 changed files with 30 additions and 2 deletions

View File

@ -26,4 +26,11 @@ use phpOMS\Module\InstallerAbstract;
*/ */
final class Installer extends InstallerAbstract final class Installer extends InstallerAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -26,4 +26,11 @@ use phpOMS\Module\StatusAbstract;
*/ */
final class Status extends StatusAbstract final class Status extends StatusAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -26,4 +26,11 @@ use phpOMS\Module\UninstallerAbstract;
*/ */
final class Uninstaller extends UninstallerAbstract final class Uninstaller extends UninstallerAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract;
*/ */
final class Updater extends UpdaterAbstract final class Updater extends UpdaterAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -11,8 +11,8 @@
"phpOMS-db": "1.0.0" "phpOMS-db": "1.0.0"
}, },
"creator": { "creator": {
"name": "Orange Management", "name": "Jingga",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "Investment Management module.", "description": "Investment Management module.",
"directory": "InvestmentManagement", "directory": "InvestmentManagement",