You are here

protected static property NodeAttributesTest::$modules in Drupal 10

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

Modules to enable.

Type: array

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

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