function BlockCacheTestCase::getInfo

File

modules/block/block.test, line 493

Class

BlockCacheTestCase
Test block caching.

Code

public static function getInfo() {
    return array(
        'name' => 'Block caching',
        'description' => 'Test block caching.',
        'group' => 'Block',
    );
}

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