Skip to content

Commit

Permalink
fixed pest kernel handle method (#522)
Browse files Browse the repository at this point in the history
* fixed pest kernel handle method

* Cs Fix

---------

Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
zds-s and huangdijia authored Jan 28, 2024
1 parent 87d1195 commit 1c1815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pest-plugin-hyperf/src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private function runTestsInCoroutine(array $arguments): int

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

0 comments on commit 1c1815e

Please sign in to comment.