You are here

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

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/rdf/src/Tests/NodeAttributesTest.php, line 24
Contains \Drupal\rdf\Tests\NodeAttributesTest.

Class

NodeAttributesTest
Tests the RDFa markup of Nodes.

Namespace

Drupal\rdf\Tests

Code

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