You are here

public static property TelephoneFieldRdfaTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides FieldRdfaTestBase::$modules

File

core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php, line 29

Class

TelephoneFieldRdfaTest
Tests RDFa output by telephone field formatters.

Namespace

Drupal\Tests\rdf\Kernel\Field

Code

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