public static property UpdateScriptTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php, line 22
Definition of Drupal\system\Tests\Update\UpdateScriptTest.

Class

UpdateScriptTest
Tests the update system functionality.

Namespace

Drupal\system\Tests\Update

Code

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