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*