Exemplo n.º 1
0
 public function testSelectCollection()
 {
     $model = new BaseModel($this->connection, false);
     $this->assertTrue(is_object($model->database()));
     $this->assertTrue(is_object($model->collection()));
 }