public static property CustomBlockTranslationUITest::$modules

Modules to enable.

Type: array

File

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

Class

CustomBlockTranslationUITest
Tests the Custom Block Translation UI.

Namespace

Drupal\custom_block\Tests

Code

public static $modules = array(
  'language',
  'translation_entity',
  'block',
  'field_ui',
  'custom_block',
);