mageekguy\atoum\test::disableBranchesAndPathsCoverage PHP Method

disableBranchesAndPathsCoverage() public method

    public function disableBranchesAndPathsCoverage()
    {
        $this->branchesAndPathsCoverage = false;
        return $this;
    }
test