Skip to content

Commit 9e46442

Browse files
committed
test: remove empty lines
1 parent 9966e5a commit 9e46442

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/system/HTTP/URITest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public function testCanCastAsString()
122122
$uri = new URI($url);
123123

124124
$expected = 'http://username@hostname:9090/path?arg=value#anchor';
125-
126125
$this->assertSame($expected, (string) $uri);
127126
}
128127

@@ -497,7 +496,6 @@ public function testAuthorityRemovesDefaultPorts($scheme, $port)
497496
$uri = new URI($url);
498497

499498
$expected = "{$scheme}://example.com/path";
500-
501499
$this->assertSame($expected, (string) $uri);
502500
}
503501

0 commit comments

Comments
 (0)