fixed tests

This commit is contained in:
denisdulici 2018-12-01 18:42:33 +03:00
parent f41423e5d7
commit f027638d5b

View File

@ -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;
}