uhi67/codeception-module-soap

Codeception 的 Soap 模块

1.1 2021-11-02 14:19 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:40 UTC


README

Codeception 的 SOAP 模块。

版本 1.1

Latest Stable Version Total Downloads License

需求

  • PHP 7.1 或更高版本。

安装

composer require uhi67/codeception-module-soap "^1.1" --dev

文档

查看 模块文档

许可证

Codeception Module SOAP 是开源软件,许可协议为 MIT 许可。

© Codeception PHP 测试框架

变更

1.1 (2021-11-02)

  • sendSoapRequest 现在可以从数组中正确创建请求
  • 统一命名空间使用
  • 修复了 seeSoapResponseContainsXPath 和 dontSeeSoapResponseContainsXPath
  • 添加了 grabSoapRequest, grabSoapResponse, grabSoapResult, seeResponseIsValidOnSchema