You are here

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

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

Modules to enable.

Type: array

Overrides FieldRdfaTestBase::$modules

File

core/modules/rdf/src/Tests/Field/TelephoneFieldRdfaTest.php, line 31
Contains \Drupal\rdf\Tests\Field\TelephoneFieldRdfaTest.

Class

TelephoneFieldRdfaTest
Tests RDFa output by telephone field formatters.

Namespace

Drupal\rdf\Tests\Field

Code

public static $modules = array(
  'telephone',
  'text',
);