You are here

public static property ConfigEntityListTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/ConfigEntityListTest.php \Drupal\config\Tests\ConfigEntityListTest::modules

Modules to enable.

Type: array

File

core/modules/config/src/Tests/ConfigEntityListTest.php, line 26
Contains \Drupal\config\Tests\ConfigEntityListTest.

Class

ConfigEntityListTest
Tests the listing of configuration entities.

Namespace

Drupal\config\Tests

Code

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