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 7a61a75 commit bbed308Copy full SHA for bbed308
tests/Feature/WorkerTest.php
@@ -148,6 +148,8 @@ public function testServerStartingUsingDifferentRelayTypes(): void
148
)]);
149
$http_client = new \GuzzleHttp\Client(['base_uri' => 'http://127.0.0.1:22622']);
150
151
+ // $rr_proc->disableOutput(); // @todo: This will fix `endure.log_level` problem, thx 2 https://github.com/jetexe
152
+
153
try {
154
// https://symfony.com/doc/current/components/process.html#running-processes-asynchronously
155
$rr_proc->start();
0 commit comments