Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 6122920

Browse files
zds-shuangdijia
andauthored
fixed pest kernel handle method (#522)
* fixed pest kernel handle method * Cs Fix --------- Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
1 parent 0097fd2 commit 6122920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private function runTestsInCoroutine(array $arguments): int
6161

6262
/* @phpstan-ignore-next-line */
6363
\Swoole\Coroutine\run(static function () use (&$code, $kernel, $arguments) {
64-
$code = $kernel->handle($arguments);
64+
$code = $kernel->handle($arguments, []);
6565
Timer::clearAll();
6666
CoordinatorManager::until(Constants::WORKER_EXIT)->resume();
6767
});

0 commit comments

Comments
 (0)