protected static property RouteCachingNonPathLanguageNegotiationTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php \Drupal\FunctionalTests\Routing\RouteCachingNonPathLanguageNegotiationTest::modules
- 10 core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php \Drupal\FunctionalTests\Routing\RouteCachingNonPathLanguageNegotiationTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingNonPathLanguageNegotiationTest.php, line 24
Class
- RouteCachingNonPathLanguageNegotiationTest
- Tests the route cache when the language is not in the path.
Namespace
Drupal\FunctionalTests\RoutingCode
protected static $modules = [
'language',
'block',
];