public static property CommentAttributesTest::$modules

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php, line 31
Definition of Drupal\rdf\Tests\CommentAttributesTest.

Class

CommentAttributesTest
Tests the RDFa markup of comments.

Namespace

Drupal\rdf\Tests

Code

public static $modules = array(
  'comment',
  'rdf',
  'rdf_test',
);