public static function CustomBlockTranslationUITest::getInfo

Declares test information.

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php, line 39
Contains \Drupal\custom_block\Tests\CustomBlockTranslationUITest.

Class

CustomBlockTranslationUITest
Tests the Custom Block Translation UI.

Namespace

Drupal\custom_block\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Custom Block translation UI',
    'description' => 'Tests the node translation UI.',
    'group' => 'Custom Block',
  );
}