phramework / testphase

API response testing tool
https://phramework.github.io/testphase/
Apache License 2.0
3 stars 0 forks source link

Make sure return code works #20

Closed nohponex closed 8 years ago

nohponex commented 8 years ago

See this log from travis-ci, where tests are failed but 0 was returned.

Test "./tests/testphase/article/get.json" failed with message

 Expected status code "200" got "0"

Unable to create test from file "./tests/testphase/article/get-byid.json" 

 With message: "Unset variable "articleId" in testphase Globals"

The command "composer testphase" exited with 0.