You are here

public static property DependencyHookInvocationTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

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

Class

DependencyHookInvocationTest
Tests that the hook invocation for determining update dependencies works correctly.

Namespace

Drupal\system\Tests\Update

Code

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