From a47e8be0f03ed5a5837484e3b6c35fdf96bbbfcf 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 63a9b59..09ae38c 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -32,6 +32,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*