public static function BlockUiTest::getInfo

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php, line 31
Contains \Drupal\block\Tests\BlockUiTest.

Class

BlockUiTest
Tests the block configuration UI.

Namespace

Drupal\block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Block UI',
    'description' => 'Checks that the block configuration UI exists and stores data correctly.',
    'group' => 'Block',
  );
}