You are here

public static property UpdateScriptTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Update/UpdateScriptTest.php \Drupal\system\Tests\Update\UpdateScriptTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Update/UpdateScriptTest.php, line 25
Contains \Drupal\system\Tests\Update\UpdateScriptTest.

Class

UpdateScriptTest
Tests the update script access and functionality.

Namespace

Drupal\system\Tests\Update

Code

public static $modules = array(
  'update_script_test',
  'dblog',
);