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