You are here

public static property ConfigEntityListTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

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

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