protected static property CommentAttributesTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/rdf/tests/src/Functional/CommentAttributesTest.php \Drupal\Tests\rdf\Functional\CommentAttributesTest::modules
- 9 core/modules/rdf/tests/src/Functional/CommentAttributesTest.php \Drupal\Tests\rdf\Functional\CommentAttributesTest::modules
Modules to enable.
Type: array
File
- core/
modules/ rdf/ tests/ src/ Functional/ CommentAttributesTest.php, line 28
Class
- CommentAttributesTest
- Tests the RDFa markup of comments.
Namespace
Drupal\Tests\rdf\FunctionalCode
protected static $modules = [
'views',
'node',
'comment',
'rdf',
'user_hooks_test',
];