public static function BlockExampleTestCase::getInfo in Examples for Developers 7
File
- block_example/
block_example.test, line 19 - Test case for testing the block example module.
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',
);
}