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

Commit 224cc9a

Browse files
committed
no port test
1 parent b365d17 commit 224cc9a

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
@@ -560,7 +560,7 @@ public function portChangeDataProvider()
560560
public function testAbsoluteSetPortWhenNoPort($absoluteURI, $port)
561561
{
562562
$client = new Client($absoluteURI);
563-
$client->setPort(null);
563+
$client->getUri()->setPort(null);
564564
$this->assertSame($port, $client->getUri()->getPort());
565565

566566
$client->setAdapter(Test::class);

0 commit comments

Comments
 (0)