Pulsestorm\Pestle\Tests\LibraryTest::testIsAboveRoot2 PHP Метод

testIsAboveRoot2() публичный Метод

public testIsAboveRoot2 ( )
    public function testIsAboveRoot2()
    {
        $path = '/foo/baz/bar/../../../..';
        $this->assertTrue(isAboveRoot($path));
    }