You are here

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

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

Modules to enable.

Type: array

File

core/modules/rdf/src/Tests/GetNamespacesTest.php, line 25
Contains \Drupal\rdf\Tests\GetNamespacesTest.

Class

GetNamespacesTest
Confirm that the serialization of RDF namespaces in present in the HTML markup.

Namespace

Drupal\rdf\Tests

Code

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