Behat / WebApiExtension

Behat extension to test web APIs
http://extensions.behat.org
MIT License
111 stars 114 forks source link

Remove dependency on PHPUnit #38

Open thewilkybarkid opened 8 years ago

thewilkybarkid commented 8 years ago

This attempts to fix #37.

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

soullivaneuh commented 8 years ago

:+1:

1ma commented 8 years ago

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

soullivaneuh commented 8 years ago

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