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 935a7ba commit af47e46Copy full SHA for af47e46
1 file changed
test/Helper/Mocker/MockDaemonFactory.php
@@ -20,4 +20,9 @@ public function createTcpDaemon(KernelInterface $kernel, DaemonOptions $options,
20
{
21
return $this->delegateCall('createTcpDaemon', func_get_args());
22
}
23
+
24
+ public function createDaemonFromStreamSocket(KernelInterface $kernel, DaemonOptions $options, int $socket): DaemonInterface
25
+ {
26
+ return $this->delegateCall('createDaemonFromStreamSocket', func_get_args());
27
+ }
28
0 commit comments