Skip to content

Commit b89b3d3

Browse files
committed
Updated tests
1 parent 4008a7e commit b89b3d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Helper/Mocker/MockDaemonFactory.php

+5
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ public function createTcpDaemon(KernelInterface $kernel, DaemonOptions $options,
2020
{
2121
return $this->delegateCall('createTcpDaemon', func_get_args());
2222
}
23+
24+
public function createDaemonFromStreamSocket(KernelInterface $kernel, DaemonOptions $options, int $socket): DaemonInterface
25+
{
26+
return $this->delegateCall('createDaemonFromStreamSocket', func_get_args());
27+
}
2328
}

0 commit comments

Comments
 (0)