public static function BlockTemplateSuggestionsUnitTest::getInfo

File

drupal/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',
  );
}