Skip to content

Commit 9966e5a

Browse files
committed
test: add empty lines
1 parent 18c89c4 commit 9966e5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/HTTP/URITest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ public function testPathGetsFiltered($path, $expected)
352352
{
353353
$uri = new URI();
354354
$uri->setPath($path);
355+
355356
$this->assertSame($expected, $uri->getPath());
356357
}
357358

@@ -466,6 +467,7 @@ public function authorityInfo()
466467
public function testAuthorityReturnsExceptedValues($url, $expected)
467468
{
468469
$uri = new URI($url);
470+
469471
$this->assertSame($expected, $uri->getAuthority());
470472
}
471473

0 commit comments

Comments
 (0)