org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::canNotUnlinkDirectoryWithoutRoot PHP Метод

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

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