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.
1 parent a8e66d9 commit 844f9bcCopy full SHA for 844f9bc
tests/Unit/Collection/ExtendedMockHttpClientCollectionTest.php
@@ -31,7 +31,7 @@ public function testInitFailedHttpClientType(): void
31
new ExtendedHttpMockClientCollection(['string']);
32
}
33
34
- public function testSetHandlersSuccess(): void
+ public function testSetHttpClientsSuccess(): void
35
{
36
$clientCollection = new ExtendedHttpMockClientCollection([]);
37
@@ -44,7 +44,7 @@ public function testSetHandlersSuccess(): void
44
$this->assertCount(1, $clientCollection->getHttpClients());
45
46
47
- public function testSetHandlersFailed(): void
+ public function testSetHttpClientsFailed(): void
48
49
$this->expectException(TypeError::class);
50
0 commit comments