public static property CommentEntityTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/comment/tests/src/Functional/CommentEntityTest.php \Drupal\Tests\comment\Functional\CommentEntityTest::modules
Modules to install.
Type: array
Overrides CommentTestBase::$modules
File
- core/
modules/ comment/ tests/ src/ Functional/ CommentEntityTest.php, line 26
Class
- CommentEntityTest
- Tests comments with other entities.
Namespace
Drupal\Tests\comment\FunctionalCode
public static $modules = [
'block',
'comment',
'node',
'history',
'field_ui',
'datetime',
'taxonomy',
];