You are here

protected static property RemoteFileSaveUploadTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php, line 17

Class

RemoteFileSaveUploadTest
Tests the file uploading functions.

Namespace

Drupal\Tests\file\Functional

Code

protected static $modules = [
  'file_test',
];