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

Commit

Permalink
test name for port not set on relative uri
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 13, 2018
1 parent 47dbd2e commit b8f12e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ClientTest.php
Expand Up @@ -570,7 +570,7 @@ public function testUriPortIsSetToAppropriateDefaultValueWhenAnAbsoluteUriOmitti
$this->assertSame($port, $client->getUri()->getPort());
}

public function testRelativeURIDoesnotSetPort()
public function testUriPortIsNotSetWhenUriIsRelative()
{
$client = new Client('/example');
$this->assertNull($client->getUri()->getPort());
Expand Down

0 comments on commit b8f12e0

Please sign in to comment.