You are here

public static property RemoteFileSaveUploadTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides SaveUploadTest::$modules

File

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

Class

RemoteFileSaveUploadTest
Tests the file uploading functions.

Namespace

Drupal\Tests\file\Functional

Code

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