diff --git a/test/Tmdb/Tests/Repository/CompanyRepositoryTest.php b/test/Tmdb/Tests/Repository/CompanyRepositoryTest.php index 6838e608..a29b2063 100644 --- a/test/Tmdb/Tests/Repository/CompanyRepositoryTest.php +++ b/test/Tmdb/Tests/Repository/CompanyRepositoryTest.php @@ -48,8 +48,8 @@ public function callingGetMoviesWithFakeRequestWillReturnMovieCollection() array('results' => array( array('id' => 1), array('id' => 2) - ) - )); + )) + ); foreach($collection as $movie) { $this->assertInstanceOf('Tmdb\Model\Movie', $movie);