getServiceName() public method

public getServiceName ( )
Ejemplo n.º 1
0
 /**
  * @test
  */
 public function testGetServiceName()
 {
     $this->assertEquals('Invoice', $this->object->getServiceName());
 }