Skip to content

Commit af47e46

Browse files
committed
Updated tests
1 parent 935a7ba commit af47e46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Helper/Mocker/MockDaemonFactory.php

Lines changed: 5 additions & 0 deletions
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)