You are here

function SecureSiteTest::get_info in Secure Site 5

Same name and namespace in other branches
  1. 6 tests/securesite.test \SecureSiteTest::get_info()

Drupal SimpleTest method: return metadata about the test

1 method overrides SecureSiteTest::get_info()
SecureSiteCacheTest::get_info in tests/securesite.test
Drupal SimpleTest method: return metadata about the test

File

tests/securesite.test, line 20
Secure Site module unit tests

Class

SecureSiteTest
Unit tests for the Secure Site module

Code

function get_info() {
  return array(
    'name' => t('Secure Site (Caching disabled)'),
    'desc' => t('Executes the Secure Site module test suite with caching disabled.'),
    'group' => t('Secure Site module'),
  );
}