You are here

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

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

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/src/Tests/BlockContentListTest.php, line 26
Contains \Drupal\block_content\Tests\BlockContentListTest.

Class

BlockContentListTest
Tests the listing of custom blocks.

Namespace

Drupal\block_content\Tests

Code

public static $modules = array(
  'block',
  'block_content',
  'config_translation',
);