Enforce DNS lookup on testing
This commit is contained in:
parent
fd82904a9e
commit
a36d3366f1
|
|
@ -94,6 +94,8 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$app['config']->set('websockets.statistics.perform_dns_lookup', true);
|
||||||
|
|
||||||
$app['config']->set('database.redis.default', [
|
$app['config']->set('database.redis.default', [
|
||||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||||
'password' => env('REDIS_PASSWORD', null),
|
'password' => env('REDIS_PASSWORD', null),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue