php – Laravel – swap SoapClient class for testing
Questions: After reading this article: https://itnext.io/testing-external-services-with-fake-classes-in-laravel-2990c181f66b I wanted to write a couple of tests where I would replace actual SOAP calls...