You are here

public static function BlockRefreshSettingsTestCase::getInfo in Block Refresh 7.2

File

./block_refresh.test, line 10

Class

BlockRefreshSettingsTestCase
Tests functionality of the block refresh module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'Block Refresh Block config settings form',
    'description' => 'Ensure block refresh settings appear on the block config page.',
    'group' => 'Block Refresh',
  );
}