From 304b9c6e1f40136ce8c83205d1577c4d9cb9bbf1 Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Tue, 26 Apr 2016 22:33:16 +0100 Subject: [PATCH] Began working on tests --- tests/ExampleTest.php | 6 +++++- tests/TestCase.php | 15 ++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index be47b9f6..b9cfe46b 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -1,5 +1,7 @@ visit('/') + ->see('Login'); } } diff --git a/tests/TestCase.php b/tests/TestCase.php index 0f851449..ec09938f 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,9 +1,12 @@ make('Illuminate\Contracts\Console\Kernel')->bootstrap(); - + $app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); return $app; } -} +} \ No newline at end of file