DisplayBlockTest::$modules

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php, line 32

Class

DisplayBlockTest
Tests the block display plugin.

Namespace

Drupal\Tests\block\Functional\Views

Code

protected static $modules = [
  'node',
  'block_test_views',
  'test_page_test',
  'contextual',
  'views_ui',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.