Example #1
0
 public function testGetSetBranchAndPathCoverage()
 {
     $this->given($task = new testedClass())->then->object($task->setBranchAndPathCoverage(true))->isIdenticalTo($task)->boolean($task->getBranchAndPathCoverage())->isTrue();
 }