protected static property UpdateUploadTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/update/tests/src/Functional/UpdateUploadTest.php \Drupal\Tests\update\Functional\UpdateUploadTest::modules
- 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\FunctionalCode
protected static $modules = [
'update',
'update_test',
'file',
];