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 more information about the future of this project? Check out this list of the next big projects we'll be working on.
composer require --dev php-soap/engine-integration-tests
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
Engine
orTransport
. - AbstractMetadataProviderTest: : Can be used to test a custom
Metadata
orMetadataProvider
.