You are here

public static function SecureSiteFormUserTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/FormAuth/SecureSiteFormUserTest.php, line 32
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormUserTest

Class

SecureSiteFormUserTest
Functional tests for form authentication with user credentials.

Namespace

Drupal\securesite\Tests\FormAuth

Code

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