Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 22, 2014
1 parent bc1e845 commit 46be396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Tmdb/Tests/Repository/CompanyRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46be396

Please sign in to comment.