From e6165b83ae528b9c5c2c379f97741fd269fb9ffc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 3 Oct 2021 01:25:38 +0200 Subject: [PATCH] bug fixes --- Controller/BackendController.php | 41 +------------------------------- tests/phpunit_default.xml | 1 + 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 178efde..cfccd9b 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -35,49 +35,10 @@ use phpOMS\Views\View; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 + * @codeCoverageIgnore */ final class BackendController extends Controller { - /** - * Module path. - * - * @var string - * @since 1.0.0 - */ - public const PATH = __DIR__; - - /** - * Module version. - * - * @var string - * @since 1.0.0 - */ - public const VERSION = '1.0.0'; - - /** - * Module name. - * - * @var string - * @since 1.0.0 - */ - public const NAME = 'Media'; - - /** - * Module id. - * - * @var int - * @since 1.0.0 - */ - public const ID = 1000400000; - - /** - * Providing. - * - * @var string[] - * @since 1.0.0 - */ - protected static array $providing = []; - /** * Dependencies. * diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml index 0419dd8..722365c 100755 --- a/tests/phpunit_default.xml +++ b/tests/phpunit_default.xml @@ -20,6 +20,7 @@ ../**/test* ../**/Theme* ../**/Admin/Routes* + ../**/Admin/Hooks* ../**/Admin/Install* ../Media/Files*