You are here

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

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

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/block/src/Tests/Views/DisplayBlockTest.php, line 34
Contains \Drupal\block\Tests\Views\DisplayBlockTest.

Class

DisplayBlockTest
Tests the block display plugin.

Namespace

Drupal\block\Tests\Views

Code

public static $modules = array(
  'node',
  'block_test_views',
  'test_page_test',
  'contextual',
  'views_ui',
);