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

ignore() 공개 메소드

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