FileManagedTestBase::$modules

Modules to enable.

Type: array

File

core/modules/file/src/Tests/FileManagedTestBase.php, line 26

Class

FileManagedTestBase
Base class for file tests that use the file_test module to test uploads and hooks.

Namespace

Drupal\file\Tests

Code

public static $modules = [
  'file_test',
  'file',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.