You are here

public static property NodeAttributesTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/rdf/tests/src/Functional/NodeAttributesTest.php, line 23

Class

NodeAttributesTest
Tests the RDFa markup of Nodes.

Namespace

Drupal\Tests\rdf\Functional

Code

public static $modules = [
  'rdf',
];