You are here

public static property ConfigDependencyTest::$modules in Zircon Profile 8.0

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

Modules to enable.

The entity_test module is enabled to provide content entity types.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/config/src/Tests/ConfigDependencyTest.php, line 27
Contains \Drupal\config\Tests\ConfigDependencyTest.

Class

ConfigDependencyTest
Tests for configuration dependencies.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'config_test',
  'entity_test',
  'user',
);