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