getAuthority() public method

public getAuthority ( )
Example #1
0
 /**
  * @dataProvider authorityInfo
  */
 public function testRetrievingAuthorityReturnsExpectedValues($url, $expected)
 {
     $uri = new Uri($url);
     $this->assertEquals($expected, $uri->getAuthority());
 }