Essence\Utility\UrlTest::testSplitPath PHP 메소드

testSplitPath() 공개 메소드

public testSplitPath ( )
    public function testSplitPath()
    {
        $this->assertEquals(['a', '..', 'b'], array_values(Url::splitPath('./a/../b')));
    }