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

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

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