You are here

public static function SecureSiteFormNoneTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/FormAuth/SecureSiteFormNoneTest.php, line 25
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormNoneTest

Class

SecureSiteFormNoneTest
Functional test for form authentication without credentials.

Namespace

Drupal\securesite\Tests\FormAuth

Code

public static function getInfo() {
  return array(
    'name' => t('Form authentication: No credentials'),
    'description' => t('Test HTML form authentication without credentials.'),
    'group' => t('Secure Site'),
  );
}