You are here

public static function BlockTest::getInfo in MongoDB 7

Info about the test.

File

mongodb_block_ui/src/Tests/BlockTest.php, line 20

Class

BlockTest
Class BlockTest.

Namespace

Drupal\mongodb_block_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Block functionality',
    'description' => 'Add, edit and delete custom block. Configure and move a module-defined block.',
    'group' => 'MongoDB: Block',
  );
}