You are here

public static property EntityResolverTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/serialization/tests/src/Kernel/EntityResolverTest.php \Drupal\Tests\serialization\Kernel\EntityResolverTest::modules

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

core/modules/serialization/tests/src/Kernel/EntityResolverTest.php, line 22

Class

EntityResolverTest
Tests that entities references can be resolved.

Namespace

Drupal\Tests\serialization\Kernel

Code

public static $modules = [
  'hal',
  'rest',
];