You are here

public static property UpdateUploadTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/update/tests/src/Functional/UpdateUploadTest.php, line 26

Class

UpdateUploadTest
Tests the Update Manager module's upload and extraction functionality.

Namespace

Drupal\Tests\update\Functional

Code

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