You are here

protected static property UpdateUploadTest::$modules in Drupal 10

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

Modules to enable.

Type: array

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

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