public function testConstructor()
 {
     $href = 'http://example.com/';
     $stub = new Recurly_Stub('foo', $href, $this->client);
     $this->assertEquals($href, $stub->getHref());
 }