예제 #1
0
파일: AtoumTask.php 프로젝트: atoum/atoum
 public function testGetSetBranchAndPathCoverage()
 {
     $this->given($task = new testedClass())->then->object($task->setBranchAndPathCoverage(true))->isIdenticalTo($task)->boolean($task->getBranchAndPathCoverage())->isTrue();
 }