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

Commit 63dad4d

Browse files
committed
update test name
1 parent 4e6f790 commit 63dad4d

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
@@ -327,7 +327,7 @@ public function testStripsQueryPrefixIfPresent()
327327
$this->assertEquals('foo=bar', $new->getQuery());
328328
}
329329

330-
public function testStripsFragmentPrefixIfPresent()
330+
public function testEncodeFragmentPrefixIfPresent()
331331
{
332332
$uri = new Uri('http://example.com');
333333
$new = $uri->withFragment('#/foo/bar');

0 commit comments

Comments
 (0)