predictionio-sdk-php icon indicating copy to clipboard operation
predictionio-sdk-php copied to clipboard

Test enhancement

Open peter279k opened this issue 6 years ago • 0 comments

Changed log

  • Defining autoload-dev block on composer.json to load test classes automatically.
  • Using the assertCount and assertRegExp to assert expected array length is same as result and assert result is same as specific regular expression pattern.
  • To support future stable PHPUnit version, using the PHPUnit\Framework\TestCase instead.
  • Add php-7.3 test on Travis CI build.

peter279k avatar Oct 29 '19 05:10 peter279k