public static function NonDefaultBlockAdmin::getInfo

7.x block.test public static NonDefaultBlockAdmin::getInfo()

File

drupal-7.x/modules/block/block.test, line 384
Tests for block.module.

Class

NonDefaultBlockAdmin

Code

public static function getInfo() {
  return array(
    'name' => 'Non default theme admin',
    'description' => 'Check the administer page for non default theme.',
    'group' => 'Block',
  );
}