Enforce DNS lookup on testing

This commit is contained in:
Alex Renoki 2020-08-18 23:22:10 +03:00
parent fd82904a9e
commit a36d3366f1
1 changed files with 2 additions and 0 deletions

View File

@ -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),