Exemplo n.º 1
0
 /**
  * Verify that path can be removed.
  */
 public function testRemoveAnExistingPath()
 {
     $this->insert->execute($this->values);
     $this->manager->removePath($this->values['path']);
 }
Exemplo n.º 2
0
Arquivo: Sqon.php Projeto: sqon/sqon
 /**
  * {@inheritdoc}
  */
 public function removePath($path)
 {
     $this->database->removePath($path);
     return $this;
 }