コード例 #1
0
ファイル: MongaPersistentTest.php プロジェクト: vgrish/tacit
 /**
  * Test MongaPersistent::collection()
  *
  * @group model
  * @group monga
  */
 public function testCollection()
 {
     $this->assertInstanceOf('Tacit\\Model\\Monga\\MongaCollection', MongaPersistentObject::collection($this->fixture));
 }
コード例 #2
0
ファイル: RestfulItemTest.php プロジェクト: vgrish/tacit
 protected function tearDown()
 {
     MongaPersistentObject::collection($this->fixture)->truncate();
     parent::tearDown();
 }