public static property TrackerAttributesTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php, line 23
Definition of Drupal\rdf\Tests\TrackerAttributesTest.

Class

TrackerAttributesTest
Tests the RDF tracker page mapping.

Namespace

Drupal\rdf\Tests

Code

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