getServiceName() public method

public getServiceName ( )
Beispiel #1
0
 public function testGetSetServiceName()
 {
     $this->if($report = new testedClass(uniqid(), uniqid()))->then->string($report->getServiceName())->isEqualTo('atoum')->if($service = uniqid())->then->object($report->setServiceName($service))->isIdenticalTo($report)->string($report->getServiceName())->isEqualTo($service);
 }