You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only file not fully tested, and thus preventing 100% code coverage, is SoapConnector. Its analogue, HttpConnector, is tested by the functional test, HttpConnectorTest, that spawns a temporary HTTP server using php -S to test the connector. In a similar fashion I suggest spawning a temporary SOAP server to test SoapConnector, however I do not know the best way to do this.
From @Bilge on October 17, 2016 11:29
The only file not fully tested, and thus preventing 100% code coverage, is
SoapConnector
. Its analogue,HttpConnector
, is tested by the functional test,HttpConnectorTest
, that spawns a temporary HTTP server usingphp -S
to test the connector. In a similar fashion I suggest spawning a temporary SOAP server to testSoapConnector
, however I do not know the best way to do this.A question posted to StackOverflow asking how to write a minimum valid WSDL has received no answers.
Copied from original issue: ScriptFUSION/Porter#7
The text was updated successfully, but these errors were encountered: