getServiceName() 공개 메소드

public getServiceName ( )
예제 #1
0
파일: coveralls.php 프로젝트: ivannis/atoum
 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);
 }