Example #1
0
 /**
  * Unfortunately, I can think of no easy way to test this better,
  * since the data retrieved can change anytime
  */
 public function testIfSerieDataRetrieved()
 {
     $seriesData = $this->client->getSerieById(75897);
     $this->assertEquals('object', gettype($seriesData));
 }