Ergo\Http\TransportTest::transportMethod PHP Method

transportMethod() protected method

protected transportMethod ( $name )
    protected function transportMethod($name)
    {
        $method = new \ReflectionMethod('Ergo\\Http\\Transport', $name);
        $method->setAccessible(TRUE);
        return $method;
    }