public static property PathLanguageTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'path',
'locale',
'locale_test',
'content_translation',
);