Skip to content

Commit 844f9bc

Browse files
fix: fix tests naming
1 parent a8e66d9 commit 844f9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Collection/ExtendedMockHttpClientCollectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testInitFailedHttpClientType(): void
3131
new ExtendedHttpMockClientCollection(['string']);
3232
}
3333

34-
public function testSetHandlersSuccess(): void
34+
public function testSetHttpClientsSuccess(): void
3535
{
3636
$clientCollection = new ExtendedHttpMockClientCollection([]);
3737

@@ -44,7 +44,7 @@ public function testSetHandlersSuccess(): void
4444
$this->assertCount(1, $clientCollection->getHttpClients());
4545
}
4646

47-
public function testSetHandlersFailed(): void
47+
public function testSetHttpClientsFailed(): void
4848
{
4949
$this->expectException(TypeError::class);
5050
$clientCollection = new ExtendedHttpMockClientCollection([]);

0 commit comments

Comments
 (0)