public static property CustomBlockFieldTest::$modules

Modules to enable.

Type: array

Overrides CustomBlockTestBase::$modules

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php, line 23
Contains \Drupal\custom_block\Tests\CustomBlockFieldTest.

Class

CustomBlockFieldTest
Tests the block edit functionality.

Namespace

Drupal\custom_block\Tests

Code

public static $modules = array(
  'block',
  'custom_block',
  'link',
);