You are here

protected static property NonDefaultBlockAdminTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

NonDefaultBlockAdminTest
Tests the block administration page for a non-default theme.

Namespace

Drupal\Tests\block\Functional

Code

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