public static function BlockTest::getInfo

File

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

Class

BlockTest

Namespace

Drupal\block\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' => 'Block',
  );
}