コード例 #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();
 }