You are here

public static property CommentAttributesTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/rdf/src/Tests/CommentAttributesTest.php \Drupal\rdf\Tests\CommentAttributesTest::modules

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/rdf/src/Tests/CommentAttributesTest.php, line 27
Contains \Drupal\rdf\Tests\CommentAttributesTest.

Class

CommentAttributesTest
Tests the RDFa markup of comments.

Namespace

Drupal\rdf\Tests

Code

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