コード例 #1
0
ファイル: EntityUnitTest.php プロジェクト: ddrozdik/dmaps
 /**
  * @covers ::getEntityTypeId
  */
 public function testGetEntityTypeId()
 {
     $this->assertSame($this->entityTypeId, $this->entity->getEntityTypeId());
 }