TuTu
TuTu copied to clipboard
Flexible HTTP server mocking tool in PHP. TuTu can work with built-in php server so everything that you need to use is php.
behat
Is there a behat context pacakge available to integrate this easily with behat?
Hi, I have a use case when I try to use TuTu for Soap mocking, SoapClient during the request is adding `SOAPAction` header which ends with the name of Soap...
Currently while sending and matching for example soap request, the comments from request prevent TuTu from matching the request. Example: This request: ``` xml prod ``` Will not match this...