public static function SamlTest::getInfo in SAML Authentication 8        
                          
                  
                        Same name and namespace in other branches
- 8.3 src/Tests/SamlTest.php \Drupal\samlauth\Tests\SamlTest::getInfo()
 - 8.2 src/Tests/SamlTest.php \Drupal\samlauth\Tests\SamlTest::getInfo()
 - 4.x src/Tests/SamlTest.php \Drupal\samlauth\Tests\SamlTest::getInfo()
 
 
File
 
   - src/Tests/SamlTest.php, line 24
 
  - Simpletests for samlauth functionality.
 
  Class
  
  - SamlTest 
 
  - Tests SAML authentication.
 
  Namespace
  Drupal\samlauth\Tests
Code
public static function getInfo() {
  return array(
    'name' => 'Tests SAML authentication',
    'description' => 'Functional tests for the samlauth module functionality.',
    'group' => 'samlauth',
  );
}