public static function BlockCacheTestCase::getInfo in Drupal 7
File
- modules/
block/ block.test, line 493 - Tests for block.module.
Class
- BlockCacheTestCase
- Test block caching.
Code
public static function getInfo() {
return array(
'name' => 'Block caching',
'description' => 'Test block caching.',
'group' => 'Block',
);
}