Skip to content

Commit

Permalink
Updating GenreRepositoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 23, 2014
1 parent 97d2232 commit b6a06ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/Tmdb/Tests/Repository/GenreRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ public function shouldLoadCollection()
$repository->loadCollection();
}

/**
* @test
*/
public function shouldGetMovies()
{
$repository = $this->getRepositoryWithMockedHttpClient();

$repository->getMovies(self::GENRE_ID);
}

/**
* @test
*/
Expand Down

0 comments on commit b6a06ab

Please sign in to comment.