expectedbehavior / php-docraptor

PHP consumer for the DocRaptor.com API
ISC License
7 stars 1 forks source link

Unit tests #20

Closed markushausammann closed 9 years ago

markushausammann commented 9 years ago

Testing infrastructure and a couple of tests. For more tests, curl needs to be abstracted away behind an interface, so a mock can be used instead or we can use Guzzle (probably good idea) which has mocking infrastructure built-in.

janxious commented 9 years ago

Also, I have enabled travis for this project. If you have a php travis template kickin' around, feel free to add it. Otherwise I will figure that out.

janxious commented 9 years ago

:+1: