org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase::canNotUnlink PHP Method

    public function canNotUnlink()
    {
        $this->assertFalse(@unlink(vfsStream::url('foo')));
    }