public static function BlockInterfaceTest::getInfo

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php, line 18
Contains \Drupal\block\Tests\BlockInterfaceTest.

Class

BlockInterfaceTest
Test BlockInterface methods to ensure no external dependencies exist.

Namespace

Drupal\block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Block Plugins Tests',
    'description' => 'Tests that the block plugin can work properly without a supporting entity.',
    'group' => 'Block',
  );
}