We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4008a7e commit b89b3d3Copy full SHA for b89b3d3
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