You are here

public static property BlockContentTypeTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Tests/BlockContentTypeTest.php \Drupal\block_content\Tests\BlockContentTypeTest::modules

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/src/Tests/BlockContentTypeTest.php, line 25
Contains \Drupal\block_content\Tests\BlockContentTypeTest.

Class

BlockContentTypeTest
Ensures that custom block type functions work correctly.

Namespace

Drupal\block_content\Tests

Code

public static $modules = array(
  'field_ui',
);