-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
テストが落ちる問題の修正 #562
テストが落ちる問題の修正 #562
Conversation
PHPStan のエラーは別PRで対応します |
@nobuhiko Guzzle が SecurityChecker にひっかかってるので、 curl とか別の実装にした方がよいかもですね |
@nanasess phpunitのバージョンに依存してGuzzleの低いバージョンが入っちゃってる感じなんですかね。 |
安全なバージョンだと6.5.8だけど php: >=5.5 |
@nobuhiko 現状、 MailCatcher API に対して get と delete しかしてないので、 file_get_contents() と delete だけ curl とかでもよいかもしれないですね。 |
@nanasess file_get_contentsで全部対処しときました |
Codecov Report
@@ Coverage Diff @@
## master #562 +/- ##
=======================================
Coverage 54.63% 54.63%
=======================================
Files 76 76
Lines 9058 9058
=======================================
Hits 4949 4949
Misses 4109 4109
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@nobuhiko すばらしい!ありがとうございます! |
@nobuhiko |
guzzleかmailcatcherの返り値が変わったぽい