public static property DependencyHookInvocationTest::$modules

Modules to enable.

Type: array

File

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

Class

DependencyHookInvocationTest
Tests the invocation of hook_update_dependencies().

Namespace

Drupal\system\Tests\Update

Code

public static $modules = array(
  'update_test_1',
  'update_test_2',
);