mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 11:47:22 +00:00
5.3 - Preparing for Extraction
This commit is contained in:
@@ -32,6 +32,7 @@ class PurchaseTicketsTest extends TestCase
|
||||
/** @test */
|
||||
function customer_can_purchase_tickets_to_a_published_concert()
|
||||
{
|
||||
$this->disableExceptionHandling();
|
||||
$concert = factory(Concert::class)->states('published')->create(['ticket_price' => 3250])->addTickets(3);
|
||||
|
||||
$this->orderTickets($concert, [
|
||||
|
||||
Reference in New Issue
Block a user