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*