UpdateScriptTest::$modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php, line 27

Class

UpdateScriptTest
Tests the update script access and functionality.

Namespace

Drupal\Tests\system\Functional\UpdateSystem

Code

protected static $modules = [
  'update_script_test',
  'dblog',
  'language',
  'test_module_required_by_theme',
  'test_another_module_required_by_theme',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.