You are here

public static function ShibAuthControllerTest::getInfo in Shibboleth Authentication 8.4

File

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

Class

ShibAuthControllerTest
Provides automated tests for the shib_auth module.

Namespace

Drupal\shib_auth\Tests

Code

public static function getInfo() {
  return array(
    'name' => "shib_auth ShibAuthController's controller functionality",
    'description' => 'Test Unit for module shib_auth and controller ShibAuthController.',
    'group' => 'Other',
  );
}