org\bovigo\vfs\vfsStreamWrapperDirSeparatorTestCase::fileCanBeAccessedUsingWinDirSeparator PHP Метод

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

    public function fileCanBeAccessedUsingWinDirSeparator()
    {
        vfsStream::newFile('foo/bar/baz.txt')->at($this->root)->withContent('test');
        $this->assertEquals('test', file_get_contents('vfs://root/foo\\bar\\baz.txt'));
    }