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