示例#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();
 }