You are here

protected static property ConfigEntityListTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/config/tests/src/Functional/ConfigEntityListTest.php \Drupal\Tests\config\Functional\ConfigEntityListTest::modules
  2. 9 core/modules/config/tests/src/Functional/ConfigEntityListTest.php \Drupal\Tests\config\Functional\ConfigEntityListTest::modules

Modules to enable.

Type: array

File

core/modules/config/tests/src/Functional/ConfigEntityListTest.php, line 24

Class

ConfigEntityListTest
Tests the listing of configuration entities.

Namespace

Drupal\Tests\config\Functional

Code

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