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