You are here

public static property EntityResolverTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

core/modules/serialization/src/Tests/EntityResolverTest.php, line 23
Contains \Drupal\serialization\Tests\EntityResolverTest.

Class

EntityResolverTest
Tests that entities references can be resolved.

Namespace

Drupal\serialization\Tests

Code

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