public static property GetRdfNamespacesTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/GetRdfNamespacesTest.php, line 22
Definition of Drupal\rdf\Tests\GetRdfNamespacesTest.

Class

GetRdfNamespacesTest
Tests for RDF namespaces declaration with hook_rdf_namespaces().

Namespace

Drupal\rdf\Tests

Code

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