public static property RemoteFileUnmanagedSaveDataTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php, line 20
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedSaveDataTest.

Class

RemoteFileUnmanagedSaveDataTest
Tests the file_unmanaged_save_data() function on remote filesystems.

Namespace

Drupal\system\Tests\File

Code

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