Skip to content

Commit 598f72e

Browse files
committed
test: add assertion
1 parent 5599d72 commit 598f72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/HTTP/URITest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ public function testEmptyURIPath()
959959
{
960960
$url = 'http://example.com/';
961961
$uri = new URI($url);
962+
$this->assertSame('/', $uri->getPath());
962963
$this->assertSame([], $uri->getSegments());
963964
$this->assertSame(0, $uri->getTotalSegments());
964965
}

0 commit comments

Comments
 (0)