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 8316453 commit 0865174Copy full SHA for 0865174
src/Server/Testing/PendingTestResponse.php
@@ -81,6 +81,8 @@ protected function run(string $method, Primitive|string $primitive, array $argum
81
$primitive = is_string($primitive) ? $container->make($primitive) : $primitive;
82
$server = $container->make($this->serverClass, ['transport' => new FakeTransporter]);
83
84
+ $server->start();
85
+
86
/** @var Method $methodInstance = */
87
$methodInstance = $container->make(
88
(fn () => $this->methods[$method])->call($server)
0 commit comments