SoapExtension is a Behat extension designed to test various SOAP APIs using Behat framework and it's powerful tooling. Soap Extension currently supports only PHP's native SoapClient as transport and there are no plans to add other clients support at this time. Full project roadmap will come later.
curl -sS https://getcomposer.org/installer | phpvim composer.json
{
"require": {
"behat/soap-extension": "dev-master"
},
"config": {
"bin-dir": "bin"
}
}composer install- Enable
SoapExtensionin behat.yml
Docs coming soon... In the meantime, run bin/behat -dl for a list of available steps.
./vendor/bin/phpunit
cd tests/ && ../vendor/bin/behatFeel free to provide feedback in issue queue and contributions are much welcome.
Thanks to FFW Agency for supporting this contribution.