protected static property CommentFieldsTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/CommentFieldsTest.php \Drupal\Tests\comment\Functional\CommentFieldsTest::modules
Install the field UI.
Type: array
Overrides CommentTestBase::$modules
File
- core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php, line 23
Class
- CommentFieldsTest
- Tests fields on comments.
Namespace
Drupal\Tests\comment\FunctionalCode
protected static $modules = [
'field_ui',
];