public static function StringOverridesTestCase::getInfo in String Overrides 7
Retrieves information about the test.
File
- ./
stringoverrides.test, line 25 - Provides tests for the String Overrides module.
Class
- StringOverridesTestCase
- Tests the functionality of the Simpletest example content type.
Code
public static function getInfo() {
return array(
'name' => 'String Overrides',
'description' => 'Tests out the String Overrides user interface.',
'group' => 'String Overrides',
);
}