Behat / WebApiExtension

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

PHPUnit dependency removal #51

Open 1ma opened 8 years ago

1ma commented 8 years ago

Addresses issue #37 by surgically replacing instances of \PHPUnit_Framework_Assert for the much lighter \Assert\Assertion class from the beberlei/assert library.