protected static property CommentTranslationUITest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/CommentTranslationUITest.php \Drupal\Tests\comment\Functional\CommentTranslationUITest::modules
- 9 core/modules/comment/tests/src/Functional/CommentTranslationUITest.php \Drupal\Tests\comment\Functional\CommentTranslationUITest::modules
Modules to install.
Type: array
File
- core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php, line 58
Class
- CommentTranslationUITest
- Tests the Comment Translation UI.
Namespace
Drupal\Tests\comment\FunctionalCode
protected static $modules = [
'language',
'content_translation',
'node',
'comment',
];