public static property RemoteFileScanDirectoryTest::$modules

Modules to enable.

Type: array

Overrides ScanDirectoryTest::$modules

File

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

Class

RemoteFileScanDirectoryTest
Tests the file_scan_directory() function on remote filesystems.

Namespace

Drupal\system\Tests\File

Code

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