function BlockExampleTestCase::getInfo
File
-
block_example/
block_example.test, line 19
Class
- BlockExampleTestCase
- Functional tests for the Block Example module.
Code
public static function getInfo() {
return array(
'name' => 'Block example functionality',
'description' => 'Test the configuration options and block created by Block Example module.',
'group' => 'Examples',
);
}