behat/soap-extension
Composer 安装命令:
composer require behat/soap-extension
包简介
Soap extension for Behat
关键字:
README 文档
README
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.
Installation
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
Documentation
Docs coming soon... In the meantime, run bin/behat -dl for a list of available steps.
Testing
./vendor/bin/phpunit cd tests/ && ../vendor/bin/behat
Contributions
Feel free to provide feedback in issue queue and contributions are much welcome.
Authors
Supporting organizations
Thanks to FFW Agency for supporting this contribution.
统计信息
- 总下载量: 12.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-29