You are here

public static property CommentAttributesTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rdf/tests/src/Functional/CommentAttributesTest.php \Drupal\Tests\rdf\Functional\CommentAttributesTest::modules
  2. 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\Functional

Code

public static $modules = [
  'views',
  'node',
  'comment',
  'rdf',
  'user_hooks_test',
];