You are here

public static property ResizeTest::$modules in IMCE 8

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

Modules to enable.

Type: array

Overrides KernelTestBasePlugin::$modules

File

tests/src/Kernel/Plugin/ImcePlugin/ResizeTest.php, line 42

Class

ResizeTest
Kernel tests for Imce plugins for Imce Plugin Core.

Namespace

Drupal\Tests\imce\Kernel\Plugin\ImcePlugin

Code

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