d8-contrib-modules / cloudflarephpsdk

PHP SDK For interfacing with CloudFlare's API
8 stars 19 forks source link

Expand PHP Unit Test Coverage #3

Open aweingarten opened 9 years ago

aweingarten commented 9 years ago

Currently there is a rudimentary set of PHPUnit tests. There were written by a first time PHP unit noob. There is ample opportunity for improvement. Goal is to reach 100% test coverage. We want high coverage but also meaningful coverage. So tests that don't just simply result in the code being executed but that tests the outputs as much as possible.