diff --git a/test/ClientTest.php b/test/ClientTest.php index b4fd07fffd..f32095485e 100644 --- a/test/ClientTest.php +++ b/test/ClientTest.php @@ -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());