You are here

public static property LinkItemSerializationTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php \Drupal\Tests\link\Kernel\LinkItemSerializationTest::modules
  2. 10 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

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