You are here

protected property EntityConverterTest::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php \Drupal\Tests\Core\ParamConverter\EntityConverterTest::entityManager

The mocked entity manager.

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

File

core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php, line 26
Contains \Drupal\Tests\Core\ParamConverter\EntityConverterTest.

Class

EntityConverterTest
@coversDefaultClass \Drupal\Core\ParamConverter\EntityConverter @group ParamConverter @group Entity

Namespace

Drupal\Tests\Core\ParamConverter

Code

protected $entityManager;