Fix ACL\Login base ACL for page with DEFAULT ACL LEVEL USER

This commit is contained in:
Clemens Schwaighofer
2022-04-27 18:12:22 +09:00
parent 831f3be1a8
commit 6970e6221b
2 changed files with 5 additions and 2 deletions

View File

@@ -95,6 +95,8 @@ final class CoreLibsACLLoginTest extends TestCase
$this->markTestIncomplete(
'ACL\Login Tests have not yet been implemented'
);
$login = new \CoreLibs\ACL\Login(self::$db, self::$log);
}
}