Adding additional config file local filesystem on tests

parent ffce4d51
......@@ -62,5 +62,8 @@ abstract class MediaTestCase extends TestCase
'prefix' => '',
));
$app['config']->set('translatable.locales', ['en', 'fr']);
$app['config']->set('app.url', 'http://localhost');
$app['config']->set('filesystems.disks.local.url', 'http://localhost');
$app['config']->set('filesystems.disks.local.visibility', 'public');
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment