You are here

protected static property KernelTestBasePlugin::$modules in IMCE 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Plugin/KernelTestBasePlugin.php \Drupal\Tests\imce\Kernel\Plugin\KernelTestBasePlugin::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Plugin/KernelTestBasePlugin.php, line 32

Class

KernelTestBasePlugin
The abstract class base to imce kernel tests.

Namespace

Drupal\Tests\imce\Kernel\Plugin

Code

protected static $modules = [
  'user',
  'config',
  'file',
  'system',
  'imce',
];