You are here

protected static property DisplayBlockTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php \Drupal\Tests\block\Functional\Views\DisplayBlockTest::modules
  2. 9 core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php \Drupal\Tests\block\Functional\Views\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',
];