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

methodIsNotVoid() 공개 메소드

public methodIsNotVoid ( $method )
    public function methodIsNotVoid($method)
    {
        return isset($this->methodsAreNotVoid[$method]) === false ? $this->classHasNotVoidMethods : $this->methodsAreNotVoid[$method];
    }
test