You are here

public static function NewDefaultThemeBlocksTest::getInfo in MongoDB 7

Name the test.

File

mongodb_block_ui/src/Tests/NewDefaultThemeBlocksTest.php, line 13

Class

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

Namespace

Drupal\mongodb_block_ui\Tests

Code

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