public static function ThemingExampleTestCase::getInfo in Examples for Developers 7
Same name and namespace in other branches
- 6 theming_example/theming_example.test \ThemingExampleTestCase::getInfo()
File
- theming_example/
theming_example.test, line 17 - Simpletest case for theming_example module.
Class
- ThemingExampleTestCase
- Functional tests for the theming example module.
Code
public static function getInfo() {
return array(
'name' => 'Theming Example',
'description' => 'Verify theming example functionality',
'group' => 'Examples',
);
}