/**
  * Location should return first URL when matching preferred schemas.
  */
 public function testGettingUnsupportedUrl()
 {
     $url = $this->location->url(['sftp', 'ftp']);
     $this->assertNull($url);
 }