You are here

public static property RemoteFileSaveUploadTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/file/src/Tests/RemoteFileSaveUploadTest.php \Drupal\file\Tests\RemoteFileSaveUploadTest::modules

Modules to enable.

Type: array

Overrides SaveUploadTest::$modules

File

core/modules/file/src/Tests/RemoteFileSaveUploadTest.php, line 22
Contains \Drupal\file\Tests\RemoteFileSaveUploadTest.

Class

RemoteFileSaveUploadTest
Tests the file uploading functions.

Namespace

Drupal\file\Tests

Code

public static $modules = array(
  'file_test',
);