mageekguy\atoum\test::getMethodEngine PHP Method

getMethodEngine() public method

public getMethodEngine ( $method )
    public function getMethodEngine($method)
    {
        $method = (string) $method;
        return isset($this->methodEngines[$method]) === false ? null : $this->methodEngines[$method];
    }
test