Ejemplo n.º 1
0
 public function testGetEntityType()
 {
     $this->assertEquals($this->entityType, $this->model->getEntityType());
 }
Ejemplo n.º 2
0
 public function testGetEntityType()
 {
     $this->assertEquals('invoice', $this->model->getEntityType());
 }