You are here

public static property RemoteFileUnmanagedDeleteRecursiveTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides FileTestBase::$modules

File

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

Class

RemoteFileUnmanagedDeleteRecursiveTest
Tests the unmanaged file delete recursive function.

Namespace

Drupal\system\Tests\File

Code

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