public function testSetEntityFactory()
 {
     $entityFactory = $this->createEntityFactoryMock();
     $this->manager->setEntityFactory($entityFactory);
     $this->assertSame($entityFactory, $this->manager->getEntityFactory());
 }