You are here

public static property TelephoneItemTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php \Drupal\Tests\telephone\Kernel\TelephoneItemTest::modules
  2. 10 core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php \Drupal\Tests\telephone\Kernel\TelephoneItemTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php, line 24

Class

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

Namespace

Drupal\Tests\telephone\Kernel

Code

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