5.3 - Preparing for Extraction

This commit is contained in:
Adam Wathan
2016-11-17 21:17:48 -05:00
parent e0f49677d8
commit 3c41fcc4f0
4 changed files with 14 additions and 4 deletions

View File

@@ -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, [