protected static property LanguagePathMonolingualTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php \Drupal\Tests\language\Functional\LanguagePathMonolingualTest::modules
- 10 core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php \Drupal\Tests\language\Functional\LanguagePathMonolingualTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ language/ tests/ src/ Functional/ LanguagePathMonolingualTest.php, line 19
Class
- LanguagePathMonolingualTest
- Confirm that paths are not changed on monolingual non-English sites.
Namespace
Drupal\Tests\language\FunctionalCode
protected static $modules = [
'block',
'language',
'path',
];