predictionio-sdk-php
predictionio-sdk-php copied to clipboard
Test enhancement
Changed log
- Defining
autoload-devblock oncomposer.jsonto load test classes automatically. - Using the
assertCountandassertRegExpto assert expected array length is same as result and assert result is same as specific regular expression pattern. - To support future stable
PHPUnitversion, using thePHPUnit\Framework\TestCaseinstead. - Add
php-7.3test on Travis CI build.