Skip to content

Commit bbed308

Browse files
authored
Update WorkerTest.php
1 parent 7a61a75 commit bbed308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Feature/WorkerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ public function testServerStartingUsingDifferentRelayTypes(): void
148148
)]);
149149
$http_client = new \GuzzleHttp\Client(['base_uri' => 'http://127.0.0.1:22622']);
150150

151+
// $rr_proc->disableOutput(); // @todo: This will fix `endure.log_level` problem, thx 2 https://github.com/jetexe
152+
151153
try {
152154
// https://symfony.com/doc/current/components/process.html#running-processes-asynchronously
153155
$rr_proc->start();

0 commit comments

Comments
 (0)