protected static property DisplayBlockTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php \Drupal\Tests\block\Functional\Views\DisplayBlockTest::modules
- 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\ViewsCode
protected static $modules = [
'node',
'block_test_views',
'test_page_test',
'contextual',
'views_ui',
];