public static property CommentResourceTestBase::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php \Drupal\Tests\comment\Functional\Rest\CommentResourceTestBase::modules
- 10 core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php \Drupal\Tests\comment\Functional\Rest\CommentResourceTestBase::modules
Modules to install.
Type: array
Overrides EntityResourceTestBase::$modules
File
- core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php, line 22
Class
Namespace
Drupal\Tests\comment\Functional\RestCode
public static $modules = [
'comment',
'entity_test',
];