You are here

public static function SecureSiteFormGuestTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/FormAuth/SecureSiteFormGuestTest.php, line 27
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormGuestTest

Class

SecureSiteFormGuestTest
Functional tests for form authentication with guest credentials.

Namespace

Drupal\securesite\Tests\FormAuth

Code

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