147 - Upgrading Laravel and Deleting Some Code

This commit is contained in:
Adam Wathan
2017-12-08 12:29:13 -05:00
parent c4d4b2995b
commit 6f4da445d2
10 changed files with 372 additions and 307 deletions

View File

@@ -16,7 +16,7 @@ class ViewOrderTest extends TestCase
/** @test */
function user_can_view_their_order_confirmation()
{
$this->disableExceptionHandling();
$this->withoutExceptionHandling();
$concert = factory(Concert::class)->create([
'title' => 'The Red Chord',