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\FormAuthCode
public static function getInfo() {
return array(
'name' => t('Form authentication: No credentials'),
'description' => t('Test HTML form authentication without credentials.'),
'group' => t('Secure Site'),
);
}