Skip to content

Commit

Permalink
improve: compatible with swoole 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Dec 25, 2024
1 parent 48b05b0 commit 482a895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Filesystem/FilesystemAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function setUp(): void
protected function tearDown(): void
{
if (Coroutine::inCoroutine()) {
Runtime::enableCoroutine(false);
Runtime::enableCoroutine(0);
}

$filesystem = new Filesystem(
Expand Down

0 comments on commit 482a895

Please sign in to comment.