You are here

public function DisableLoginTest::testAccessOkWithDisableLoginDisabled in Disable Login Page 1.0.x

Case when disable login is disabled.

User should get 200 in all scenarios.

File

tests/src/Functional/DisableLoginTest.php, line 63

Class

DisableLoginTest
Test enabling and disabling of login page.

Namespace

Drupal\Tests\disable_login\Functional

Code

public function testAccessOkWithDisableLoginDisabled() {
  $this
    ->assertLoginDisabledResponse(FALSE);
}