Essence\Utility\UrlTest::testPath PHP Méthode

testPath() public méthode

public testPath ( )
    public function testPath()
    {
        $parts = [Url::path => 'a', Url::query => 'b=c', Url::fragment => 'd'];
        $this->assertEquals('/a?b=c#d', Url::path($parts));
    }