Ejemplo n.º 1
0
 /**
  * test sync with non existing collection id
  */
 public function testResetState()
 {
     $this->_folderBackend->resetState($this->_device);
     $state = $this->_folderBackend->getFolderState($this->_device, 'Contact');
     $this->assertTrue(empty($state));
 }