public function testValidReturnedUrlForAuthorization()
 {
     $feedly = new Feedly(new SandBoxMode(), new AccessTokenBlackholeStorage('SOMETOKEN'));
     $this->assertNotEmpty($feedly->getLoginUrl("sandbox", "http://localhost"));
 }
 public function testValidReturnedUrlForAuthorization()
 {
     $feedly = new Feedly(true, false);
     $this->assertNotEmpty($feedly->getLoginUrl("sandbox", "http://localhost"));
 }