You are here

protected static property ImceFolderTest::$modules in IMCE 8.2

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

Modules to enable.

Type: array

Overrides KernelTestBasePlugin::$modules

File

tests/src/Kernel/ImceFolderTest.php, line 30

Class

ImceFolderTest
Kernel tests for ImceFolder.

Namespace

Drupal\Tests\imce\Kernel

Code

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