protected static property CommentValidationTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Kernel/CommentValidationTest.php \Drupal\Tests\comment\Kernel\CommentValidationTest::modules
Modules to install.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
modules/ comment/ tests/ src/ Kernel/ CommentValidationTest.php, line 22
Class
- CommentValidationTest
- Tests comment validation constraints.
Namespace
Drupal\Tests\comment\KernelCode
protected static $modules = [
'comment',
'node',
];