function BlockTemplateSuggestionsUnitTest::getInfo

File

modules/block/block.test, line 719

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.