/** * @depends testSetClient */ public function testGetClient() { $album = new Album(); $client = new \Lastfm\Service\Client(); $album->setClient($client); $this->assertInstanceOf('\\Lastfm\\Service\\Client', $album->getClient()); }
public function testGetInfo() { $this->object->getInfo('Whatever people say that i am that\'s what i am not', 'Arctic Monkeys'); }