You are here

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

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

Modules to enable.

Type: array

File

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

Class

DependencyMissingTest
Tests that missing update dependencies are correctly flagged.

Namespace

Drupal\system\Tests\Update

Code

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