mageekguy\atoum\runner::doNotfailIfVoidMethods PHP 메소드

doNotfailIfVoidMethods() 공개 메소드

    public function doNotfailIfVoidMethods()
    {
        $this->failIfVoidMethods = false;
        return $this;
    }
runner