You are here

public static property PathLanguageTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/path/src/Tests/PathLanguageTest.php \Drupal\path\Tests\PathLanguageTest::modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/src/Tests/PathLanguageTest.php, line 22
Contains \Drupal\path\Tests\PathLanguageTest.

Class

PathLanguageTest
Confirm that paths work with translated nodes.

Namespace

Drupal\path\Tests

Code

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