You are here

public static property PathLanguageUiTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path/tests/src/Functional/PathLanguageUiTest.php \Drupal\Tests\path\Functional\PathLanguageUiTest::modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/tests/src/Functional/PathLanguageUiTest.php, line 19

Class

PathLanguageUiTest
Confirm that the Path module user interface works with languages.

Namespace

Drupal\Tests\path\Functional

Code

public static $modules = [
  'path',
  'locale',
  'locale_test',
];