setServiceJobId() 공개 메소드

public setServiceJobId ( $id = null )
예제 #1
0
파일: coveralls.php 프로젝트: ivannis/atoum
 public function testGetSetServiceJobId()
 {
     $this->if($report = new testedClass(uniqid(), uniqid()))->then->variable($report->getServiceJobId())->isNull()->if($service = uniqid())->then->object($report->setServiceJobId($service))->isIdenticalTo($report)->string($report->getServiceJobId())->isEqualTo($service);
 }