You are here

protected static property LinkItemTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/link/tests/src/Kernel/LinkItemTest.php \Drupal\Tests\link\Kernel\LinkItemTest::modules
  2. 10 core/modules/link/tests/src/Kernel/LinkItemTest.php \Drupal\Tests\link\Kernel\LinkItemTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/link/tests/src/Kernel/LinkItemTest.php, line 27

Class

LinkItemTest
Tests the new entity API for the link field type.

Namespace

Drupal\Tests\link\Kernel

Code

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