From 33ad0c14d168d36a4e7ad42dc6aa6a37a7335849 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 25 Sep 2016 23:56:46 +0200 Subject: Change from lumen 5.2 to laravel 5.3 (Resolves #1) --- tests/ExampleTest.php | 8 ++++++-- tests/TestCase.php | 17 ++++++++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 67c9299..2f2d20f 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -1,15 +1,19 @@ visit('/') - ->see('Lumen.'); + ->see('Laravel'); } } diff --git a/tests/TestCase.php b/tests/TestCase.php index 651d9cb..8208edc 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,14 +1,25 @@ make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); + + return $app; } } -- cgit v1.2.3