php-soap/engine-integration-tests
最新稳定版本:1.10.0
Composer 安装命令:
composer require php-soap/engine-integration-tests
包简介
Integration tests for SOAP engines
README 文档
README
This package provides a set of PHPUnit test cases for testing your own SOAP engine (components).
To make sure that all your custom engine components have the same end-result, this package provides test cases that can be used to test your custom components.
Want to help out? 💚
Want more information about the future of this project? Check out this list of the next big projects we'll be working on.
Installation
composer require --dev php-soap/engine-integration-tests
Usage
This will make following test cases available:
- AbstractDecoderTest: Can be used to test a custom
Decoder. - AbstractEncoderTest: Can be used to test a custom
Encoder. - AbstractEngineTest: : Can be used to test a custom
EngineorTransport. - AbstractMetadataProviderTest: : Can be used to test a custom
MetadataorMetadataProvider.
统计信息
- 总下载量: 8.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-07