You are here

protected static property LinkItemSerializationTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php, line 22

Class

LinkItemSerializationTest
Tests link field serialization.

Namespace

Drupal\Tests\link\Kernel

Code

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