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

canNotRename() public method

can not rename a file without root
public canNotRename ( )
    public function canNotRename()
    {
        $this->assertFalse(@rename(vfsStream::url('foo'), vfsStream::url('bar')));
    }