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

Commit 4c5af40

Browse files
zds-shuangdijia
andcommitted
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 46869cf commit 4c5af40

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
@@ -59,7 +59,7 @@ private function runTestsInCoroutine(array $arguments): int
5959

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

0 commit comments

Comments
 (0)