joesaunderson / sportmonks-soccer

PHP API Client for Sportmonks Soccer API
MIT License
22 stars 14 forks source link

Add Unit Tests #9

Open joesaunderson opened 4 years ago

joesaunderson commented 4 years ago

Add Unit tests for each endpoint with mocked API responses.

See: sportmonks.com

davidribeiro commented 4 years ago

@joesaunderson I can help with tests for some of the endpoints if you want to

joesaunderson commented 4 years ago

@davidribeiro great thanks! Maybe start with 5 tests per PR?

I think it would be good to mock the responses from the API

davidribeiro commented 4 years ago

Sure, no problem

davidribeiro commented 4 years ago

@joesaunderson take a look and see what do you think : #10