static function PatternsBlockTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/block/block.test \PatternsBlockTestCase::getInfo()
File
- tests/
block/ block.test, line 11 - SimpleTests for the Block component of Patterns.
Class
- PatternsBlockTestCase
- @file SimpleTests for the Block component of Patterns.
Code
static function getInfo() {
return array(
'name' => 'Block component',
'description' => 'Creates and deletes a custom block. Modifies a module-provided block.',
'group' => 'Patterns',
);
}