public static function BlockAdminThemeTest::getInfo

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php, line 24
Definition of Drupal\block\Tests\BlockAdminThemeTest.

Class

BlockAdminThemeTest
Tests the block system with admin themes.

Namespace

Drupal\block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Administration theme',
    'description' => 'Tests the block system with admin themes.',
    'group' => 'Block',
  );
}