WebApiExtension icon indicating copy to clipboard operation
WebApiExtension copied to clipboard

Remove dependency on PHPUnit

Open thewilkybarkid opened this issue 9 years ago • 3 comments

This attempts to fix #37.

It should behave the same, except that the equals check in theResponseShouldContainJson is a lot more naive.

thewilkybarkid avatar Oct 19 '15 10:10 thewilkybarkid

:+1:

soullivaneuh avatar Nov 04 '15 13:11 soullivaneuh

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).

1ma avatar Feb 23 '16 00:02 1ma

@stof Here is anything to be done here for this PR?

soullivaneuh avatar Aug 09 '16 12:08 soullivaneuh