You are here

protected static property BlockHtmlTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/tests/src/Functional/BlockHtmlTest.php \Drupal\Tests\block\Functional\BlockHtmlTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/block/tests/src/Functional/BlockHtmlTest.php, line 19

Class

BlockHtmlTest
Tests block HTML ID validity.

Namespace

Drupal\Tests\block\Functional

Code

protected static $modules = [
  'block',
  'block_test',
];