mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-31 04:46:37 +00:00
6.7 - Replicating the Failure at the Unit Level
This commit is contained in:
@@ -105,6 +105,8 @@ class PurchaseTicketsTest extends TestCase
|
||||
/** @test */
|
||||
function cannot_purchase_tickets_another_customer_is_already_trying_to_purchase()
|
||||
{
|
||||
$this->disableExceptionHandling();
|
||||
|
||||
$concert = factory(Concert::class)->states('published')->create([
|
||||
'ticket_price' => 1200
|
||||
])->addTickets(3);
|
||||
|
||||
Reference in New Issue
Block a user