Exemplo n.º 1
0
 public function testRemoving()
 {
     $this->schema->removeModel("test");
     $this->setExpectedException("Exception", "Model test was not yet defined");
     $this->schema->getModel("test");
 }