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

Commit

Permalink
Use better assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 7, 2019
1 parent c6a0127 commit 1cb32be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,6 @@ public function testUriWithEndingColonWithoutPort()
$uri = new Uri($uriString);

$this->assertSame('www.example.com', $uri->getHost());
$this->assertSame(null, $uri->getPort());
$this->assertNull($uri->getPort());
}
}

0 comments on commit 1cb32be

Please sign in to comment.