public static property PathLanguageTest::$modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

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

Class

PathLanguageTest
Tests URL aliases for translated nodes.

Namespace

Drupal\path\Tests

Code

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