You are here

public static property ImceTest::$modules in IMCE 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Plugin/CKEditorPlugin/ImceTest.php, line 34

Class

ImceTest
Kernel tests for Imce plugins for CKEditor.

Namespace

Drupal\Tests\imce\Kernel\Plugin\CKEditorPlugin

Code

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