You are here

public static property UpdateContribTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/update/tests/src/Functional/UpdateContribTest.php \Drupal\Tests\update\Functional\UpdateContribTest::modules
  2. 10 core/modules/update/tests/src/Functional/UpdateContribTest.php \Drupal\Tests\update\Functional\UpdateContribTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/update/tests/src/Functional/UpdateContribTest.php, line 33

Class

UpdateContribTest
Tests how the Update Manager module handles contributed modules and themes in a series of functional tests using mock XML data.

Namespace

Drupal\Tests\update\Functional

Code

public static $modules = [
  'update_test',
  'update',
  'aaa_update_test',
  'bbb_update_test',
  'ccc_update_test',
];