public static function CustomBlockSaveTest::getInfo

Declares test information.

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php, line 27
Contains \Drupal\custom_block\Tests\CustomBlockSaveTest.

Class

CustomBlockSaveTest
Tests block save related functionality.

Namespace

Drupal\custom_block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Custom Block save',
    'description' => 'Test $custom_block->save() for saving content.',
    'group' => 'Custom Block',
  );
}