You are here

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

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

Modules to enable.

Type: array

File

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

Class

UpdatesWith7xTest
Tests that the minimum schema version is correct even if only 7.x update hooks are retained .

Namespace

Drupal\system\Tests\Update

Code

public static $modules = array(
  'update_test_with_7x',
);