示例#1
0
 /**
  * @covers ::getEntityTypeId
  */
 public function testGetEntityTypeId()
 {
     $this->assertSame($this->entityTypeId, $this->entity->getEntityTypeId());
 }