コード例 #1
0
ファイル: DbTestCase.php プロジェクト: boylee1111/Reservation
 protected function fakeVendorType()
 {
     $fakeVendorType = new VendorType();
     $fakeVendorType->vendor_type_name = "Fake Vendor Type";
     $fakeVendorType->save();
     return $fakeVendorType;
 }