Skip to content

Commit

Permalink
add swoole test
Browse files Browse the repository at this point in the history
  • Loading branch information
shellphy committed Jun 25, 2024
1 parent 2623540 commit dc99481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Goridge/SwooleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function testNoExceptionWithSwooleCoroutine(): void

foreach ($methods as $method) {
$barrier = Barrier::make();
for ($i = 0; $i < 2; $i++) {
for ($i = 0; $i < 5; $i++) {
go(function () use ($barrier, $method) {
$this->$method();
});
Expand Down

0 comments on commit dc99481

Please sign in to comment.