Controller_Tester::skipTests PHP Method

skipTests() public method

public skipTests ( $msg = null )
    public function skipTests($msg = null)
    {
        throw $this->exception($msg, 'SkipTests');
    }