We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c89c4 commit 9966e5aCopy full SHA for 9966e5a
1 file changed
tests/system/HTTP/URITest.php
@@ -352,6 +352,7 @@ public function testPathGetsFiltered($path, $expected)
352
{
353
$uri = new URI();
354
$uri->setPath($path);
355
+
356
$this->assertSame($expected, $uri->getPath());
357
}
358
@@ -466,6 +467,7 @@ public function authorityInfo()
466
467
public function testAuthorityReturnsExceptedValues($url, $expected)
468
469
$uri = new URI($url);
470
471
$this->assertSame($expected, $uri->getAuthority());
472
473
0 commit comments