Bluz\Tests\Router\RouterTest::testRouterFullUrl PHP Method

testRouterFullUrl() public method

Test Router Url
public testRouterFullUrl ( )
    public function testRouterFullUrl()
    {
        $this->setRequestParams('/', [], [], Request::METHOD_GET);
        $this->assertEquals('http://127.0.0.1/', Router::getFullUrl());
    }