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