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