Example #1
0
 /**
  * @test
  */
 public function shouldFilterStills()
 {
     $this->setUp();
     $stills = $this->images->filterStills();
     foreach ($stills as $still) {
         $this->assertInstanceOf('Tmdb\\Model\\Image\\StillImage', $still);
     }
 }