test: add new test for Configuration (#2915)

This commit is contained in:
Dag 2022-07-10 20:05:27 +02:00 committed by GitHub
parent c33f84fcc2
commit 5e52ecc3f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 4 deletions

View file

@ -78,7 +78,3 @@ spl_autoload_register(function ($className) {
}
}
});
Configuration::verifyInstallation();
Configuration::loadConfiguration();
Authentication::showPromptIfNeeded();