You are here

protected property EntityNormalizerTest::$entityTypeManager in Drupal 8

The mock entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php, line 32

Class

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

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

protected $entityTypeManager;