From f1c356a3a49c545346b38418c0f4b7bcb391240e 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 | 1 + tests/phpunit_default.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 6b70b73..2e94fec 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -27,6 +27,7 @@ use phpOMS\Views\View; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 + * @codeCoverageIgnore */ final class BackendController extends Controller { 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*