mageekguy\atoum\test::enableBranchesAndPathsCoverage PHP 메소드

enableBranchesAndPathsCoverage() 공개 메소드

    public function enableBranchesAndPathsCoverage()
    {
        $this->branchesAndPathsCoverage = $this->codeCoverageIsEnabled() && defined('XDEBUG_CC_BRANCH_CHECK');
        return $this;
    }
test