org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::accessWithDoubleDotReturnsCorrectContent PHP 메소드

accessWithDoubleDotReturnsCorrectContent() 공개 메소드

    public function accessWithDoubleDotReturnsCorrectContent()
    {
        $this->assertEquals('baz2', file_get_contents(vfsStream::url('foo/bar/../baz2')));
    }