mageekguy\atoum\test::ignore PHP Method

ignore() public method

public ignore ( $boolean )
    public function ignore($boolean)
    {
        $this->ignore = $boolean == true;
        return $this->runTestMethods($this->getTestMethods());
    }
test