You are here

protected property RdfMappingConfigEntityUnitTest::$entityManager in Zircon Profile 8

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

The entity manager used for testing.

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

File

core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php, line 32
Contains \Drupal\Tests\rdf\Unit\RdfMappingConfigEntityUnitTest.

Class

RdfMappingConfigEntityUnitTest
@coversDefaultClass \Drupal\rdf\Entity\RdfMapping @group rdf

Namespace

Drupal\Tests\rdf\Unit

Code

protected $entityManager;