public static function PageEditTest::getInfo

Same name in this branch

Declares test information.

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/PageEditTest.php, line 20
Contains \Drupal\custom_block\Tests\PageEditTest.

Class

PageEditTest
Tests the block edit functionality.

Namespace

Drupal\custom_block\Tests

Code

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