You are here

public static property RdfTest::$modules in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Functional/RdfTest.php \Drupal\Tests\ds\Functional\RdfTest::modules

Modules to install.

Type: array

Overrides TestBase::$modules

File

tests/src/Functional/RdfTest.php, line 17

Class

RdfTest
Tests for Rdf integration.

Namespace

Drupal\Tests\ds\Functional

Code

public static $modules = [
  'node',
  'field_ui',
  'ds',
  'rdf',
];