improve code

This commit is contained in:
2023-01-28 23:41:39 +01:00
committed by Daniel Seifert
parent cf5c492124
commit 359379c1a0
31 changed files with 58 additions and 63 deletions

View File

@ -18,7 +18,6 @@ namespace D3\Webauthn\tests\integration;
use D3\Webauthn\Application\Model\WebauthnConf;
use OxidEsales\Eshop\Application\Controller\Admin\LoginController;
use OxidEsales\Eshop\Core\Database\Adapter\DatabaseInterface;
use OxidEsales\Eshop\Core\DatabaseProvider;
use OxidEsales\Eshop\Core\Registry;
class passwordAdminAuthTest extends integrationTestCase