You are here

protected static property InstallUninstallTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php \Drupal\Tests\system\Functional\Module\InstallUninstallTest::modules
  2. 9 core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php \Drupal\Tests\system\Functional\Module\InstallUninstallTest::modules

Modules to enable.

Type: array

Overrides ModuleTestBase::$modules

File

core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php, line 25

Class

InstallUninstallTest
Install/uninstall core module and confirm table creation/deletion.

Namespace

Drupal\Tests\system\Functional\Module

Code

protected static $modules = [
  'system_test',
  'dblog',
  'taxonomy',
  'update_test_postupdate',
];