File
- drupal/core/modules/block/lib/Drupal/block/Tests/BlockTemplateSuggestionsUnitTest.php, line 17
- Definition of Drupal\block\Tests\BlockTemplateSuggestionsUnitTest.
Class
- BlockTemplateSuggestionsUnitTest
- Unit tests for template_preprocess_block().
Namespace
Drupal\block\Tests
Code
public static function getInfo() {
return array(
'name' => 'Block template suggestions',
'description' => 'Test the template_preprocess_block() function.',
'group' => 'Block',
);
}