public static property PathLanguageUiTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/path/src/Tests/PathLanguageUiTest.php \Drupal\path\Tests\PathLanguageUiTest::modules
Modules to enable.
Type: array
Overrides PathTestBase::$modules
File
- core/
modules/ path/ src/ Tests/ PathLanguageUiTest.php, line 22 - Contains \Drupal\path\Tests\PathLanguageUiTest.
Class
- PathLanguageUiTest
- Confirm that the Path module user interface works with languages.
Namespace
Drupal\path\TestsCode
public static $modules = array(
'path',
'locale',
'locale_test',
);