You are here

protected static property BlockSystemBrandingTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides BlockTestBase::$modules

File

core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php, line 17

Class

BlockSystemBrandingTest
Tests branding block display.

Namespace

Drupal\Tests\block\Functional

Code

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