You are here

public static property UpdateCoreTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/update/tests/src/Functional/UpdateCoreTest.php, line 24

Class

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

Namespace

Drupal\Tests\update\Functional

Code

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