public static property ConfigDependencyTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'config_test',
'entity_test',
'user',
);