Example #1
0
 /**
  * @depends testSetClient
  */
 public function testGetClient()
 {
     $album = new Album();
     $client = new \Lastfm\Service\Client();
     $album->setClient($client);
     $this->assertInstanceOf('\\Lastfm\\Service\\Client', $album->getClient());
 }