diff --git a/app/Http/ViewComposers/All.php b/app/Http/ViewComposers/All.php index 4dcaabe7b..86093ec29 100644 --- a/app/Http/ViewComposers/All.php +++ b/app/Http/ViewComposers/All.php @@ -18,7 +18,7 @@ class All public function compose(View $view) { // Make sure it's installed - if (!env('APP_INSTALLED')) { + if (!env('APP_INSTALLED') && (env('APP_ENV') !== 'testing')) { return; }