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