Beispiel #1
0
 protected function fakeVendorType()
 {
     $fakeVendorType = new VendorType();
     $fakeVendorType->vendor_type_name = "Fake Vendor Type";
     $fakeVendorType->save();
     return $fakeVendorType;
 }