public static property InstallUninstallTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Module/InstallUninstallTest.php \Drupal\system\Tests\Module\InstallUninstallTest::modules
Modules to enable.
Type: array
Overrides ModuleTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Module/ InstallUninstallTest.php, line 22 - Contains \Drupal\system\Tests\Module\InstallUninstallTest.
Class
- InstallUninstallTest
- Install/uninstall core module and confirm table creation/deletion.
Namespace
Drupal\system\Tests\ModuleCode
public static $modules = array(
'system_test',
'dblog',
'taxonomy',
'update_test_postupdate',
);