From 7a2218bbd28ff106c7bef21e2153979bcc0be6d1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 19 May 2023 02:37:35 +0000 Subject: [PATCH] test fixes + new test data --- Admin/Updater.php | 7 +++++++ Theme/Backend/Components/AccountGroupSelector/BaseView.php | 2 +- .../Backend/Components/AccountGroupSelector/PopupView.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Admin/Updater.php b/Admin/Updater.php index a003889..67071ea 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract; */ final class Updater extends UpdaterAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Theme/Backend/Components/AccountGroupSelector/BaseView.php b/Theme/Backend/Components/AccountGroupSelector/BaseView.php index 503f772..3406328 100755 --- a/Theme/Backend/Components/AccountGroupSelector/BaseView.php +++ b/Theme/Backend/Components/AccountGroupSelector/BaseView.php @@ -36,7 +36,7 @@ class BaseView extends View * @var string * @since 1.0.0 */ - private string $id = ''; + public string $id = ''; /** * Is required? diff --git a/Theme/Backend/Components/AccountGroupSelector/PopupView.php b/Theme/Backend/Components/AccountGroupSelector/PopupView.php index eca44d8..969a6cb 100755 --- a/Theme/Backend/Components/AccountGroupSelector/PopupView.php +++ b/Theme/Backend/Components/AccountGroupSelector/PopupView.php @@ -36,7 +36,7 @@ class PopupView extends View * @var string * @since 1.0.0 */ - private string $id = ''; + public string $id = ''; /** * {@inheritdoc}