You are here

8 calls to BasicAuthTestTrait::basicAuthGet() in Zircon Profile 8

BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testGlobalLoginFloodControl in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test the global login flood control.
BasicAuthTest::testLocale in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests compatibility with locale/UI translation.
BasicAuthTest::testPerUserLoginFloodControl in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test the per-user login flood control.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionAuthenticationTest::testBasicAuthSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests if a session can be initiated through basic authentication.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.