You are here

protected function CasUserInteractionTest::casLogin in CAS 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/CasUserInteractionTest.php \Drupal\Tests\cas\Functional\CasUserInteractionTest::casLogin()

Logs-in the user to the CAS mock server.

1 call to CasUserInteractionTest::casLogin()
CasUserInteractionTest::testUserInteraction in tests/src/Functional/CasUserInteractionTest.php
Tests user interaction.

File

tests/src/Functional/CasUserInteractionTest.php, line 77

Class

CasUserInteractionTest
Tests inserting user interaction into the flow.

Namespace

Drupal\Tests\cas\Functional

Code

protected function casLogin() {
  $this
    ->traitCasLogin('beavis@example.com', 'needtp');
}