You are here

public static property BlockContentTestBase::$modules in Zircon Profile 8.0

Same name in this branch
  1. 8.0 core/modules/block_content/src/Tests/BlockContentTestBase.php \Drupal\block_content\Tests\BlockContentTestBase::modules
  2. 8.0 core/modules/block_content/src/Tests/Views/BlockContentTestBase.php \Drupal\block_content\Tests\Views\BlockContentTestBase::modules
Same name and namespace in other branches
  1. 8 core/modules/block_content/src/Tests/Views/BlockContentTestBase.php \Drupal\block_content\Tests\Views\BlockContentTestBase::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/block_content/src/Tests/Views/BlockContentTestBase.php, line 41
Contains \Drupal\block_content\Tests\Views\BlockContentTestBase.

Class

BlockContentTestBase
Base class for all block_content tests.

Namespace

Drupal\block_content\Tests\Views

Code

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