phpro / soap-client

A general purpose SOAP client for PHP
MIT License
855 stars 175 forks source link

Update loader in CodeGeneratorEngineFactory #512

Closed janvernieuwe closed 4 months ago

janvernieuwe commented 4 months ago

The code update removes the dependency on Psr18ClientDiscovery and Psr18Loader and replaces it with StreamWrapperLoader in the CodeGeneratorEngineFactory. Additionally, a corresponding test for this change has been created in CodeGeneratorEngineFactoryTest to verify that the engine can be correctly loaded from the filesystem.

Fixes #510