You are here

public function ShibAuthControllerTest::testShibAuthController in Shibboleth Authentication 8.4

Tests shib_auth functionality.

File

Tests/Controller/ShibAuthControllerTest.php, line 37
Contains Drupal\shib_auth\Tests\ShibAuthController.

Class

ShibAuthControllerTest
Provides automated tests for the shib_auth module.

Namespace

Drupal\shib_auth\Tests

Code

public function testShibAuthController() {

  // Check that the basic functions of module shib_auth.
  $this
    ->assertEqual(TRUE, TRUE, 'Test Unit Generated via App Console.');
}