public static function BlockAdminThemeTestCase::getInfo

File

drupal/modules/block/block.test, line 457
Tests for block.module.

Class

BlockAdminThemeTestCase
Test the block system with admin themes.

Code

public static function getInfo() {
  return array(
    'name' => 'Admin theme block admin accessibility',
    'description' => "Check whether the block administer page for a disabled theme accessible if and only if it's the admin theme.",
    'group' => 'Block',
  );
}