There was an error while loading. Please reload this page.
1 parent 733ec24 commit fbeb9d4Copy full SHA for fbeb9d4
tests/Unit/LibraryHooks/SoapHookTest.php
@@ -46,7 +46,7 @@ public function testShouldInterceptCallWhenEnabled(): void
46
public function testShouldHandleSOAPVersion11(): void
47
{
48
$expectedHeaders = [
49
- 'Content-Type' => 'text/xml; charset=utf-8;',
+ 'Content-Type' => 'text/xml; charset=utf-8',
50
'SOAPAction' => 'http://ws.cdyne.com/WeatherWS/GetCityWeatherByZIP',
51
];
52
$this->soapHook->enable($this->getHeadersCheckCallback($expectedHeaders));
0 commit comments