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

Commit 1cb32be

Browse files
committed
Use better assertion
1 parent c6a0127 commit 1cb32be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UriTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,6 @@ public function testUriWithEndingColonWithoutPort()
13781378
$uri = new Uri($uriString);
13791379

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

0 commit comments

Comments
 (0)