diff --git a/tests/Browser/TestCase.php b/tests/Browser/TestCase.php index 1903440..3343816 100644 --- a/tests/Browser/TestCase.php +++ b/tests/Browser/TestCase.php @@ -29,8 +29,6 @@ protected function defineEnvironment($app) */ tap($app['config'], function (Repository $config) { $config->set('database.default', 'sqlite'); - - $path = $config->get('database.connections.sqlite.database'); }); } } \ No newline at end of file