You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/telephone/src/Tests/TelephoneItemTest.php \Drupal\telephone\Tests\TelephoneItemTest::modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/telephone/src/Tests/TelephoneItemTest.php, line 26
Contains \Drupal\telephone\Tests\TelephoneItemTest.

Class

TelephoneItemTest
Tests the new entity API for the telephone field type.

Namespace

Drupal\telephone\Tests

Code

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