You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Update/DependencyOrderingTest.php, line 24
Contains \Drupal\system\Tests\Update\DependencyOrderingTest.

Class

DependencyOrderingTest
Tests that update functions are run in the proper order.

Namespace

Drupal\system\Tests\Update

Code

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