コード例 #1
0
ファイル: ModelTest.php プロジェクト: abcarroll/DABL
 /**
  * @covers Model::queueForInsert
  */
 public function testQueueForInsert()
 {
     $this->instance->queueForInsert();
     $this->assertSame(array($this->instance), TestModel::$_insertBatch);
 }