WebApiExtension
WebApiExtension copied to clipboard
Remove dependency on PHPUnit
This attempts to fix #37.
It should behave the same, except that the equals check in theResponseShouldContainJson
is a lot more naive.
:+1:
Since this PR seems stalled and does not actually remove the PHPUnit depedency I've submitted #51 for review, which tackles the problem from a different approach (drop-in replacement for the \PHPUnit_Framework_Assert class from Benjamin Eberlei's assert library).
@stof Here is anything to be done here for this PR?