static function PatternsSystemTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/system/system.test \PatternsSystemTestCase::getInfo()
File
- tests/
system/ system.test, line 11 - SimpleTests for the System component of Patterns.
Class
- PatternsSystemTestCase
- @file SimpleTests for the System component of Patterns.
Code
static function getInfo() {
return array(
'name' => 'System component',
'description' => 'Enables and disables modules, sets and deletes variables, enables a theme.',
'group' => 'Patterns',
);
}