Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit b8f12e0

Browse files
committed
test name for port not set on relative uri
1 parent 47dbd2e commit b8f12e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ public function testUriPortIsSetToAppropriateDefaultValueWhenAnAbsoluteUriOmitti
570570
$this->assertSame($port, $client->getUri()->getPort());
571571
}
572572

573-
public function testRelativeURIDoesnotSetPort()
573+
public function testUriPortIsNotSetWhenUriIsRelative()
574574
{
575575
$client = new Client('/example');
576576
$this->assertNull($client->getUri()->getPort());

0 commit comments

Comments
 (0)