public static property DependencyOrderingTest::$modules

Modules to enable.

Type: array

File

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

Class

DependencyOrderingTest
Tests the update dependency ordering system.

Namespace

Drupal\system\Tests\Update

Code

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