Skip to content
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

ユニットテストのPHPバージョンをシステム要件に合わせる #5218

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Nov 19, 2021

概要(Overview・Refs Issue)

4.1 のシステム要件に合わせて PHP7.3, 7.4 に変更

方針(Policy)

システム要件に合わせる

テスト(Test)

ユニットテストが通るのを確認

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@codecov-commenter
Copy link

Codecov Report

Merging #5218 (0e2a635) into 4.1 (bf76193) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                4.1    #5218      +/-   ##
============================================
- Coverage     68.34%   68.33%   -0.02%     
  Complexity     6036     6036              
============================================
  Files           456      456              
  Lines         24944    24944              
============================================
- Hits          17049    17046       -3     
- Misses         7895     7898       +3     
Flag Coverage Δ
E2E 57.17% <ø> (ø)
Unit 75.79% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ntroller/Admin/Setting/System/MemberController.php 65.62% <0.00%> (-2.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf76193...0e2a635. Read the comment docs.

nanasess added a commit that referenced this pull request Nov 19, 2021
ユニットテストのPHPバージョンをシステム要件に合わせる
@matsuoshi matsuoshi added this to the 4.1.1 milestone Nov 19, 2021
@matsuoshi matsuoshi added the improvement 機能改善 label Nov 19, 2021
@matsuoshi
Copy link
Contributor

@nanasess ありがとうございます、マージします

@matsuoshi matsuoshi merged commit 23527bd into EC-CUBE:4.1 Nov 19, 2021
@nanasess nanasess deleted the ut-7.3-or-later branch October 3, 2022 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement 機能改善
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants