We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e6373a + 73c4fa0 commit a85a5efCopy full SHA for a85a5ef
ext/soap/tests/gh15711.phpt
@@ -33,7 +33,7 @@ class TestSoapClient extends SoapClient {
33
}
34
35
36
-$client = new TestSoapClient('ext/soap/tests/gh15711.wsdl', ['classmap' => ['book' => 'book']]);
+$client = new TestSoapClient(__DIR__ . '/gh15711.wsdl', ['classmap' => ['book' => 'book']]);
37
38
echo "--- Test with backed enum ---\n";
39
0 commit comments