Ejemplo n.º 1
0
 /**
  * Test MongaPersistent::collection()
  *
  * @group model
  * @group monga
  */
 public function testCollection()
 {
     $this->assertInstanceOf('Tacit\\Model\\Monga\\MongaCollection', MongaPersistentObject::collection($this->fixture));
 }
Ejemplo n.º 2
0
 protected function tearDown()
 {
     MongaPersistentObject::collection($this->fixture)->truncate();
     parent::tearDown();
 }