You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/update/src/Tests/UpdateCoreTest.php \Drupal\update\Tests\UpdateCoreTest::modules

Modules to enable.

Type: array

File

core/modules/update/src/Tests/UpdateCoreTest.php, line 25
Contains \Drupal\update\Tests\UpdateCoreTest.

Class

UpdateCoreTest
Tests the Update Manager module through a series of functional tests using mock XML data.

Namespace

Drupal\update\Tests

Code

public static $modules = [
  'update_test',
  'update',
  'language',
  'block',
];