NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

Unit testing (PHPUnit) #131

Closed DrDelay closed 8 years ago

DrDelay commented 8 years ago

#112 got me thinking that unit tests wouldn't be a bad thing to have.

This contains the basic setup along with tests for:

(Tell me if I did things wrong with the mocks)

NicklasWallgren commented 8 years ago

Clean use of generators and data providers 👍 . I really want one of those Abras on steroids ;)

f2008305 commented 8 years ago

ah right, what about the new attacks introduced by niantic this night?

NicklasWallgren commented 8 years ago

@f2008305 Feel free to update the https://github.com/NicklasWallgren/PokemonGoAPI-PHP/blob/master/src/Api/Pokemon/Data/PokemonMetaRegistry.php with the latest changes.