You are here

public static function NewDefaultThemeBlocks::getInfo in Drupal 7

File

modules/block/block.test, line 407
Tests for block.module.

Class

NewDefaultThemeBlocks
Test blocks correctly initialized when picking a new default theme.

Code

public static function getInfo() {
  return array(
    'name' => 'New default theme blocks',
    'description' => 'Checks that the new default theme gets blocks.',
    'group' => 'Block',
  );
}