Пример #1
0
 public function testGetEntityType()
 {
     $this->assertEquals($this->entityType, $this->model->getEntityType());
 }
Пример #2
0
 public function testGetEntityType()
 {
     $this->assertEquals('invoice', $this->model->getEntityType());
 }