We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e391edd commit a117160Copy full SHA for a117160
tests/TestCase.php
@@ -14,7 +14,7 @@ protected function getEnvironmentSetup($app)
14
$app->bootstrapWith([LoadEnvironmentVariables::class]);
15
parent::getEnvironmentSetUp($app);
16
17
- $app['config']->set('cloudinary.cloud_url', env('CLOUDINARY_URL'));
+ $app['config']->set('cloudinary.cloud_url', env('CLOUDINARY_URL', 'cloudinary://foo:bar@baz'));
18
}
19
20
protected function getPackageProviders($app)
0 commit comments