Albert Chen

Results 3 issues of Albert Chen

為 database 增加 sqlite driver 實作

Swoole 的 response 中的 `rawcookie` 方法中若 value 爲空值,則輸出的 httpOnly 會消失導致刪除 cookie 失效 可參照 Laravel Octane 中的修正:https://github.com/laravel/octane/pull/642/files

Hyperf 中提供了方便的 `RunTestsInCoroutine` trait 讓 test function 能自動在 coroutine container 中運行 可惜在 PHPUnit 兩個星期前的 commit: https://github.com/sebastianbergmann/phpunit/commit/8f0f8205e3a38675392da55afc573c6bb6a43f4e 將關鍵的 `runTest` 方法變成 private 了,因此在新版本的 PHPUnit 將導致這個 trait 失效 在第一時間聯繫專案維護者可惜得到的答覆是這種情境不在支援範圍中 (https://github.com/sebastianbergmann/phpunit/issues/6172) 想提出來集思廣益一起想個解決方案