public static function CustomBlockPageViewTest::getInfo

Declares test information.

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php, line 35
Contains \Drupal\custom_block\Tests\CustomBlockPageViewTest.

Class

CustomBlockPageViewTest
Tests the block edit functionality.

Namespace

Drupal\custom_block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Custom Block page view',
    'description' => 'Create a block and test block access by attempting to view the block.',
    'group' => 'Custom Block',
  );
}