public static function BlockTemplateSuggestionsUnitTest::getInfo
7.x block.test | public static BlockTemplateSuggestionsUnitTest::getInfo() |
File
- drupal-7.x/
modules/ block/ block.test, line 718 - Tests for block.module.
Class
- BlockTemplateSuggestionsUnitTest
- Unit tests for template_preprocess_block().
Code
public static function getInfo() {
return array(
'name' => 'Block template suggestions',
'description' => 'Test the template_preprocess_block() function.',
'group' => 'Block',
);
}