public static function NewDefaultThemeBlocksTest::getInfo

File

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

Class

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

Namespace

Drupal\block\Tests

Code

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