You are here

protected static property EntityResolverTest::$modules in Drupal 9

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

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