function SecureSiteCacheTest::get_info in Secure Site 6
Same name and namespace in other branches
- 5 tests/securesite.test \SecureSiteCacheTest::get_info()
Drupal SimpleTest method: return metadata about the test
Overrides SecureSiteTest::get_info
File
- tests/
securesite.test, line 769 - Secure Site module unit tests
Class
Code
function get_info() {
return array(
'name' => t('Secure Site (Caching enabled)'),
'desc' => t('Executes the Secure Site module test suite with caching enabled.'),
'group' => t('Secure Site module'),
);
}