Phalcon\Test\FunctionalTestCase::dispatch PHP Method

dispatch() protected method

Dispatches a given url and sets the response object accordingly
protected dispatch ( string $url ) : void
$url string The request url
return void
    protected function dispatch($url)
    {
        $this->di->setShared('response', $this->application->handle($url));
    }