示例#1
0
文件: ModelTest.php 项目: cti/storage
 public function testRemoving()
 {
     $this->schema->removeModel("test");
     $this->setExpectedException("Exception", "Model test was not yet defined");
     $this->schema->getModel("test");
 }