Essence\Utility\UrlTest::testSplitPath PHP Method

testSplitPath() public method

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