mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
118 - Updating the Other Tests
This commit is contained in:
@@ -31,14 +31,15 @@ $factory->define(App\Concert::class, function (Faker\Generator $faker) {
|
||||
},
|
||||
'title' => 'Example Band',
|
||||
'subtitle' => 'with The Fake Openers',
|
||||
'additional_information' => 'Some sample additional information.',
|
||||
'date' => Carbon::parse('+2 weeks'),
|
||||
'ticket_price' => 2000,
|
||||
'venue' => 'The Example Theatre',
|
||||
'venue_address' => '123 Example Lane',
|
||||
'city' => 'Fakeville',
|
||||
'state' => 'ON',
|
||||
'zip' => '90210',
|
||||
'additional_information' => 'Some sample additional information.',
|
||||
'ticket_price' => 2000,
|
||||
'ticket_quantity' => 5,
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user