public static function NewDefaultThemeBlocks::getInfo

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

File

drupal-7.x/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',
  );
}