You are here

public static function SamlTest::getInfo in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 src/Tests/SamlTest.php \Drupal\samlauth\Tests\SamlTest::getInfo()
  2. 8 src/Tests/SamlTest.php \Drupal\samlauth\Tests\SamlTest::getInfo()
  3. 8.2 src/Tests/SamlTest.php \Drupal\samlauth\Tests\SamlTest::getInfo()

Return info on the test.

File

src/Tests/SamlTest.php, line 35

Class

SamlTest
Semi random tests for the samlauth module.

Namespace

Drupal\samlauth\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Tests SAML authentication',
    'description' => 'Functional tests for the samlauth module functionality.',
    'group' => 'samlauth',
  ];
}