From f68baaceb89288115ced920feea2ed7589ec994d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 3 Oct 2021 01:25:38 +0200 Subject: [PATCH] bug fixes --- Admin/Installer.php | 2 +- tests/phpunit_default.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 0da7612..0fb7165 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -51,7 +51,7 @@ final class Installer extends InstallerAbstract */ private static function createProfiles() : void { - $profile = new Profile(AccountMapper::get(1)); + $profile = new Profile(AccountMapper::get(1)); ProfileMapper::create($profile); } } 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*