From dc711be53ccdb09b5deda3943d0eae3fa9c8999a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 25 Mar 2018 13:15:34 +1100 Subject: [PATCH] configure phpunit for Laravel 5.3 (#1982) --- tests/TestCase.php | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 49b80fc274bc..99f618c681db 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,19 +1,21 @@ make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); + return $app; + } +} \ No newline at end of file