public static function CustomBlockCreationTest::getInfo

Declares test information.

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php, line 30
Contains \Drupal\custom_block\Tests\CustomBlockCreationTest.

Class

CustomBlockCreationTest
Tests creating and saving a block.

Namespace

Drupal\custom_block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Custom Block creation',
    'description' => 'Create a block and test saving it.',
    'group' => 'Custom Block',
  );
}