Exemplo n.º 1
0
 /**
  * @covers ::getEntityType
  */
 public function testGetEntityType()
 {
     $this->assertSame($this->entityType, $this->entity->getEntityType());
 }