public static property UpdateCoreTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php, line 20
Definition of Drupal\update\Tests\UpdateCoreTest.

Class

UpdateCoreTest
Tests behavior related to discovering and listing updates to Drupal core.

Namespace

Drupal\update\Tests

Code

public static $modules = array(
  'update_test',
  'update',
);