Esempio n. 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());
 }
Esempio n. 2
0
 public function testGetInfo()
 {
     $this->object->getInfo('Whatever people say that i am that\'s what i am not', 'Arctic Monkeys');
 }