9 calls to BasicAuthTestTrait::basicAuthGet() in Drupal 9
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests http basic authentication.
- BasicAuthTest::testControllerNotCalledBeforeAuth in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests if the controller is called before authentication.
- BasicAuthTest::testGlobalLoginFloodControl in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests the global login flood control.
- BasicAuthTest::testLocale in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests compatibility with locale/UI translation.
- BasicAuthTest::testPerUserLoginFloodControl in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests the per-user login flood control.
- BasicAuthTest::testUnauthorizedErrorMessage in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests if a comprehensive message is displayed when the route is denied.
- SessionAuthenticationTest::testBasicAuthNoSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Tests that a session is not started automatically by basic authentication.
- SessionAuthenticationTest::testBasicAuthSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Tests if a session can be initiated through basic authentication.
- SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Check that a basic authentication session does not leak.