mirror of
https://github.com/getgrav/grav.git
synced 2026-03-17 10:01:03 +01:00
Missed one error
This commit is contained in:
@@ -433,7 +433,7 @@ class UriTest extends \Codeception\TestCase\Test
|
||||
'fragment' => 'xxx',
|
||||
];
|
||||
|
||||
$this->assertSame(\Uri::buildUrl($parsed_url), 'http://foo:bar@localhost:8080/test?x=2#xxx');
|
||||
$this->assertSame(Uri::buildUrl($parsed_url), 'http://foo:bar@localhost:8080/test?x=2#xxx');
|
||||
}
|
||||
|
||||
public function testConvertUrl()
|
||||
|
||||
Reference in New Issue
Block a user