You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/rdf/src/Tests/CrudTest.php, line 24
Contains \Drupal\rdf\Tests\CrudTest.

Class

CrudTest
Tests the RDF mapping CRUD functions.

Namespace

Drupal\rdf\Tests

Code

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