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

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

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