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

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

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