public function testSettingUrl()
 {
     $this->ifs->setUrl('http://example.com/');
     $this->assertEquals('http://example.com/', $this->ifs->getUrl());
 }