You are here

protected static property LanguageConditionTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php \Drupal\Tests\language\Kernel\Condition\LanguageConditionTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php, line 35

Class

LanguageConditionTest
Tests that the language condition, provided by the language module, is working properly.

Namespace

Drupal\Tests\language\Kernel\Condition

Code

protected static $modules = [
  'system',
  'language',
];