You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/File/RemoteFileUnmanagedMoveTest.php \Drupal\system\Tests\File\RemoteFileUnmanagedMoveTest::modules

Modules to enable.

Type: array

Overrides FileTestBase::$modules

File

core/modules/system/src/Tests/File/RemoteFileUnmanagedMoveTest.php, line 22
Contains \Drupal\system\Tests\File\RemoteFileUnmanagedMoveTest.

Class

RemoteFileUnmanagedMoveTest
Tests the unmanaged file move function.

Namespace

Drupal\system\Tests\File

Code

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