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 | php
vim composer.json
{
"require": {
"behat/soap-extension": "dev-master"
},
"config": {
"bin-dir": "bin"
}
}
composer install
- Enable
SoapExtension
in 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/behat
Feel free to provide feedback in issue queue and contributions are much welcome.
Thanks to FFW Agency for supporting this contribution.