We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6122893 commit 6886d5eCopy full SHA for 6886d5e
1 file changed
tests/Debug/Collector/SoapClientTest.php
@@ -150,7 +150,7 @@ public function testSoapCall()
150
'POST /soap/wsdl HTTP/1.1',
151
'Host: 127.0.0.1:8080',
152
'Connection: Keep-Alive',
153
- 'User-Agent: PHP-SOAP/%d.%d.%d', // "usually" PHP_VERSION
+ 'User-Agent: PHP-SOAP/%d.%d.%d', // usually PHP_VERSION
154
'Content-Type: text/xml; charset=utf-8',
155
'SOAPAction: "http://127.0.0.1:8080/soap/SQLDataSRL"',
156
'Content-Length: %d',
@@ -364,7 +364,7 @@ public function testDoRequest()
364
365
366
367
- 'User-Agent: PHP-SOAP/' . PHP_VERSION,
+ 'User-Agent: PHP-SOAP/%d.%d.%d', // usually PHP_VERSION,
368
369
'SOAPAction: ""',
370
0 commit comments