Tags: mrfenix007/api
Tags
added RELEASE_DATES (php-tmdb#139) * added RELEASE_DATES * fixed broken test * adds new ReleaseDate class and to Movie class * remove deprecated * Restrict phpunit <6, to maintain compatibility with php5.6 * added RELEASE_DATES * fixed broken test * adds new ReleaseDate class and to Movie class * remove deprecated * Make sure unit tests run for symfony 3.2 components * Mistake in the travis matrix * updates unit tests * added RELEASE_DATES * fixed broken test * adds new ReleaseDate class and to Movie class * remove deprecated * merged * updates unit tests * adds release date types as constants
Fixed Episode and Season Repositories (php-tmdb#127) * Fixed the Season and Episode parameters on EpisodeRepository->load() When fetching for a TV Episode we need the TV Show ID, Season Number and, Episode Number and not the Season->id and Episode->id * Changed null check with is_null Changed the check with the is_null function because there is a chance that there is a Season 0 for a TV Show. When the Season is 0 then the $season == null returns true. * Changed default parameters For Episodes the API needs the Season No and the Episode No and not the TMDB ID * Changed the SeasonID with Season Number For all the Season API calls we need the Season Number and not the Season TMDB ID * Fix Test Set SeasonNumber and EpisodeNumber as they are required by the TvEpisodeRepository and TMDB API * Fix TvEpisodeRepository and TvSeasonRepository Tests * Fixed TvEpisodeRepositoryTest I replaced the SEASON_ID to SEASON_NUMBER as this is what we need. * Fix TvEpisodeRepositoryTest (shouldThrowExceptionWhenConditionsNotMet)
Merge pull request php-tmdb#119 from thinkingmedia/thinkingmedia/fixes Throws NullException for response codes of 500
PreviousNext