public static property ConfigSnapshotTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/config/src/Tests/ConfigSnapshotTest.php \Drupal\config\Tests\ConfigSnapshotTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ config/ src/ Tests/ ConfigSnapshotTest.php, line 25 - Contains \Drupal\config\Tests\ConfigSnapshotTest.
Class
- ConfigSnapshotTest
- Tests config snapshot creation and updating.
Namespace
Drupal\config\TestsCode
public static $modules = array(
'config_test',
'system',
);