public static function BlockAdminThemeTest::getInfo in MongoDB 7
Name the test.
File
- mongodb_block_ui/src/ Tests/ BlockAdminThemeTest.php, line 13 
Class
- BlockAdminThemeTest
- Test the MongoDB block UI with admin themes.
Namespace
Drupal\mongodb_block_ui\TestsCode
public static function getInfo() {
  return array(
    'name' => 'Admin theme block admin accessibility',
    'description' => "Check whether the block administer page for a disabled theme acccessible if and only if it's the admin theme.",
    'group' => 'MongoDB: Block',
  );
}