You are here

public static property AllowedLanguagesKernelTestBase::$modules in Allowed Languages 8

Same name and namespace in other branches
  1. 2.x tests/src/Kernel/AllowedLanguagesKernelTestBase.php \Drupal\Tests\allowed_languages\Kernel\AllowedLanguagesKernelTestBase::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/AllowedLanguagesKernelTestBase.php, line 19

Class

AllowedLanguagesKernelTestBase
Kernel test base for the allowed languages module.

Namespace

Drupal\Tests\allowed_languages\Kernel

Code

public static $modules = [
  'allowed_languages',
  'content_translation',
  'field',
  'language',
  'user',
  'system',
];