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

allowsRecursiveMkDirWithDirectoryName0() 공개 메소드

부터: 1.6.3
    public function allowsRecursiveMkDirWithDirectoryName0()
    {
        vfsStream::setup('root');
        $subdir = vfsStream::url('root/a/0');
        mkdir($subdir, 0777, true);
        $this->assertFileExists($subdir);
    }