public static property PathLanguageUiTest::$modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php, line 20
Definition of Drupal\path\Tests\PathLanguageUiTest.

Class

PathLanguageUiTest
Tests the user interface for creating path aliases, with languages.

Namespace

Drupal\path\Tests

Code

public static $modules = array(
  'path',
  'locale',
);