You are here

protected static property TelephoneItemTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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