PhlyTest\Http\UriTest::authorityInfo PHP Method

authorityInfo() public method

public authorityInfo ( )
    public function authorityInfo()
    {
        return ['host-only' => ['http://foo.com/bar', 'foo.com'], 'host-port' => ['http://foo.com:3000/bar', 'foo.com:3000'], 'user-host' => ['http://[email protected]/bar', '[email protected]'], 'user-host-port' => ['http://[email protected]:3000/bar', '[email protected]:3000']];
    }
UriTest