You are here

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

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

Modules to enable.

Type: array

Overrides FieldRdfaTestBase::$modules

File

core/modules/rdf/src/Tests/Field/EntityReferenceRdfaTest.php, line 51
Contains \Drupal\rdf\Tests\Field\EntityReferenceRdfaTest.

Class

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

Namespace

Drupal\rdf\Tests\Field

Code

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