You are here

protected static property UpdateContribTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

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

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

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