You are here

public static function NonDefaultBlockAdminTest::getInfo in MongoDB 7

Name the test.

File

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

Class

NonDefaultBlockAdminTest
Check for non-default theme admin.

Namespace

Drupal\mongodb_block_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Non default theme admin',
    'description' => 'Check the administer page for non default theme.',
    'group' => 'MongoDB: Block',
  );
}