Ejemplo n.º 1
0
 /**
  * Get an instance of the migration model, pre-loaded with a connection to
  * the test database
  *
  * @return Model_Minion_Migration
  */
 public function getModel()
 {
     $model = new Model_Minion_Migration($this->getKohanaConnection());
     return $model->table('test_minion_migrations');
 }