You are here

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

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

Modules to enable.

Type: array

Overrides ScanDirectoryTest::$modules

File

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

Class

RemoteFileScanDirectoryTest
Tests the file_scan_directory() function.

Namespace

Drupal\system\Tests\File

Code

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