Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 28, 2014
1 parent 21ef258 commit a970b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Tmdb/Tests/Factory/GenreFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public function shouldConstructGenres()
// @todo actually get the first
foreach($filteredGenres as $filteredGenre) {
$this->assertInstanceOf('Tmdb\Model\Genre', $filteredGenre);

$this->assertEquals('Action', $filteredGenre->getName());
}
}

Expand Down

0 comments on commit a970b51

Please sign in to comment.