Skip to content

Commit 65ce57c

Browse files
committed
test: fix tests for new schema
1 parent b842114 commit 65ce57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/SoapClientTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function testSoapFake($action, $fake, $exspected)
167167
'with_fake_array' => 'array',
168168
'with_fake_string' => 'array',
169169
])]
170-
public function soapActionProvider(): array
170+
public static function soapActionProvider(): array
171171
{
172172
$fakeResponse = [
173173
'GetWeatherInformation' => [
@@ -283,7 +283,7 @@ public function testArgumentsCanBeCalledTwice(): void
283283
});
284284
}
285285

286-
public function soapHeaderProvider(): array
286+
public static function soapHeaderProvider(): array
287287
{
288288
$header = [
289289
'test' => 'application/soap+xml; charset="utf-8"',

0 commit comments

Comments
 (0)