You are here

public static property EntityReferenceRdfaTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php \Drupal\Tests\rdf\Kernel\Field\EntityReferenceRdfaTest::modules

Modules to enable.

Type: array

Overrides FieldRdfaTestBase::$modules

File

core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php, line 47

Class

EntityReferenceRdfaTest
Tests the RDFa output of the entity reference field formatter.

Namespace

Drupal\Tests\rdf\Kernel\Field

Code

public static $modules = [
  'text',
  'filter',
];