Ejemplo n.º 1
0
 /**
  * @covers Model::queueForInsert
  */
 public function testQueueForInsert()
 {
     $this->instance->queueForInsert();
     $this->assertSame(array($this->instance), TestModel::$_insertBatch);
 }