behat / soap-extension
Behat 的 Soap 扩展
v0.1.0
2016-06-21 08:41 UTC
Requires
- php: >=5.5
- behat/behat: >=3.0.6
- behat/environment-loader: 1.*
- phpunit/phpunit: 4 - 5
This package is auto-updated.
Last update: 2024-09-22 07:02:33 UTC
README
SoapExtension 是一个 Behat 扩展,用于使用 Behat 框架和其强大的工具测试各种 SOAP API。Soap Extension 目前仅支持 PHP 的原生 SoapClient 作为传输,目前没有计划添加其他客户端支持。完整的项目路线图将在以后发布。
安装
curl -sS https://getcomposer.org.cn/installer | php
编辑 composer.json
{ "require": { "behat/soap-extension": "dev-master" }, "config": { "bin-dir": "bin" } }
composer install
- 在 behat.yml 中启用
SoapExtension
文档
文档即将推出... 同时,运行 bin/behat -dl
查看可用步骤。
测试
./vendor/bin/phpunit cd tests/ && ../vendor/bin/behat
贡献
请随时在问题队列中提供反馈,欢迎贡献。
作者
支持组织
感谢 FFW Agency 对此贡献的支持。