public static function BlockCacheTestCase::getInfo

File

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