You are here

protected static property UpdateManagerUpdateTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php, line 19

Class

UpdateManagerUpdateTest
Tests the Update Manager module's 'Update' form and functionality.

Namespace

Drupal\Tests\update\Functional

Code

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