You are here

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

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

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php, line 23
Contains \Drupal\block_content\Tests\Views\BlockContentFieldFilterTest.

Class

BlockContentFieldFilterTest
Tests block_content field filters with translations.

Namespace

Drupal\block_content\Tests\Views

Code

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