Missed one error

This commit is contained in:
Andy Miller
2016-01-26 15:09:31 -07:00
parent a8bfa88cac
commit a579544130

View File

@@ -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()