protected function CasUserInteractionTest::assertUserNotLoggedIn in CAS 8
Same name and namespace in other branches
- 2.x tests/src/Functional/CasUserInteractionTest.php \Drupal\Tests\cas\Functional\CasUserInteractionTest::assertUserNotLoggedIn()
Asserts that the user is not logged in.
1 call to CasUserInteractionTest::assertUserNotLoggedIn()
- CasUserInteractionTest::testUserInteraction in tests/
src/ Functional/ CasUserInteractionTest.php - Tests user interaction.
File
- tests/
src/ Functional/ CasUserInteractionTest.php, line 91
Class
- CasUserInteractionTest
- Tests inserting user interaction into the flow.
Namespace
Drupal\Tests\cas\FunctionalCode
protected function assertUserNotLoggedIn() {
$this
->assertSession()
->linkExists('Log in');
}