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