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

canNotUnlinkDirectoryWithoutRoot() 공개 메소드

can not unlink without root
    public function canNotUnlinkDirectoryWithoutRoot()
    {
        vfsStreamWrapper::register();
        $this->assertFalse(@rmdir(vfsStream::url('foo')));
    }