fixed tests
This commit is contained in:
parent
f41423e5d7
commit
f027638d5b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user