function BlockAdminThemeTestCase::getInfo

File

modules/block/block.test, line 457

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.