File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ public function testClientHasDefaultUserAgent(): void
212
212
$ reqFactory = $ this ->createMock (RequestFactoryInterface::class);
213
213
$ requestStub = $ this ->createMock (RequestInterface::class);
214
214
215
+ /* @phpstan-ignore-next-line */
215
216
$ requestStub ->expects ($ this ->any ())
216
217
->method ('withAddedHeader ' )
217
218
->withConsecutive (
@@ -242,6 +243,7 @@ public function testClientHasCustomUserAgent(): void
242
243
$ reqFactory = $ this ->createMock (RequestFactoryInterface::class);
243
244
$ requestStub = $ this ->createMock (RequestInterface::class);
244
245
246
+ /* @phpstan-ignore-next-line */
245
247
$ requestStub ->expects ($ this ->any ())
246
248
->method ('withAddedHeader ' )
247
249
->withConsecutive (
@@ -271,6 +273,7 @@ public function testClientHasEmptyCustomUserAgentArray(): void
271
273
$ reqFactory = $ this ->createMock (RequestFactoryInterface::class);
272
274
$ requestStub = $ this ->createMock (RequestInterface::class);
273
275
276
+ /* @phpstan-ignore-next-line */
274
277
$ requestStub ->expects ($ this ->any ())
275
278
->method ('withAddedHeader ' )
276
279
->withConsecutive (
You can’t perform that action at this time.
0 commit comments