public static function CustomBlockBuildContentTest::getInfo

Declares test information.

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockBuildContentTest.php, line 18
Contains \Drupal\custom_block\Tests\CustomBlockBuildContentTest.

Class

CustomBlockBuildContentTest
Test to ensure that a block's content is always rebuilt.

Namespace

Drupal\custom_block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Rebuild content',
    'description' => 'Test the rebuilding of content for full view modes.',
    'group' => 'Custom Block',
  );
}