org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::accessWithDoubleDotReturnsCorrectContent PHP Méthode

accessWithDoubleDotReturnsCorrectContent() public méthode

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