Skip to content

Commit

Permalink
修复 Swoole 测试的 Event::wait() 警告报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Apr 18, 2024
1 parent 348e972 commit d3f2770
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Components/swoole/tests/unit/Component/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
'Imi\Swoole\Test\Component\Async',
'Imi\Swoole\Test\Component\Pool',
],
// 'ignoreNamespace' => [
// ],
'ignorePaths' => [
\dirname(__DIR__) . \DIRECTORY_SEPARATOR . 'test.php',
],

// 组件命名空间
'components' => [
Expand Down

0 comments on commit d3f2770

Please sign in to comment.