diff --git a/src/Pingpong/Testing/TestCase.php b/src/Pingpong/Testing/TestCase.php index 456c536..805445f 100644 --- a/src/Pingpong/Testing/TestCase.php +++ b/src/Pingpong/Testing/TestCase.php @@ -224,8 +224,6 @@ protected function detectEnvironment(Application $app) protected function bootstrap(Application $app) { $bootstrappers = [ - 'Illuminate\Foundation\Bootstrap\DetectEnvironment', - 'Illuminate\Foundation\Bootstrap\LoadConfiguration', 'Illuminate\Foundation\Bootstrap\ConfigureLogging', 'Illuminate\Foundation\Bootstrap\HandleExceptions', 'Illuminate\Foundation\Bootstrap\RegisterFacades',