protected static property CommentLanguageTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/CommentLanguageTest.php \Drupal\Tests\comment\Functional\CommentLanguageTest::modules
- 9 core/modules/comment/tests/src/Functional/CommentLanguageTest.php \Drupal\Tests\comment\Functional\CommentLanguageTest::modules
Modules to install.
We also use the language_test module here to be able to turn on content language negotiation. Drupal core does not provide a way in itself to do that.
Type: array
File
- core/
modules/ comment/ tests/ src/ Functional/ CommentLanguageTest.php, line 30
Class
- CommentLanguageTest
- Tests for comment language.
Namespace
Drupal\Tests\comment\FunctionalCode
protected static $modules = [
'node',
'language',
'language_test',
'comment_test',
];