public static property CrudTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

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

Class

CrudTest
Tests the RDF mapping CRUD functions.

Namespace

Drupal\rdf\Tests

Code

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