You are here

protected property EntityNormalizerTest::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\EntityNormalizerTest::entityManager

The mock entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php, line 24
Contains \Drupal\Tests\serialization\Unit\Normalizer\EntityNormalizerTest.

Class

EntityNormalizerTest
@coversDefaultClass \Drupal\serialization\Normalizer\EntityNormalizer @group serialization

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

protected $entityManager;