function doSetUp()
 {
     $this->switchSchema('make,model,year');
     $this->vehicle = $this->createMMY();
     $this->vehicle->save();
 }