Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit a36d336

Browse files
committed
Enforce DNS lookup on testing
1 parent fd82904 commit a36d336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ protected function getEnvironmentSetUp($app)
9494
],
9595
]);
9696

97+
$app['config']->set('websockets.statistics.perform_dns_lookup', true);
98+
9799
$app['config']->set('database.redis.default', [
98100
'host' => env('REDIS_HOST', '127.0.0.1'),
99101
'password' => env('REDIS_PASSWORD', null),

0 commit comments

Comments
 (0)