public static property RdfMappingEventTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfMappingEventTest.php, line 30
Contains RdfMappingEventTest.

Class

RdfMappingEventTest
Test the RDF mapping events.

Namespace

Drupal\rdf\Tests

Code

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