public static function NewDefaultThemeBlocks::getInfo

Archivo

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.

Código

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