예제 #1
0
 /**
  * @covers TheSportsDb\Entity\EntityManager::getPropertyMapDefinition
  */
 public function testGetPropertyMapDefinition()
 {
     $this->entityManager->registerClass('testEntity', 'TheSportsDb\\Test\\Entity\\TestEntity');
     // If something goes wrong an exception will be thrown.
     $this->entityManager->getPropertyMapDefinition('testEntity');
     $this->entityManager->getPropertyMapDefinition('testEntity');
 }