This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
WIPの理由
当PRは検証用のため、マージせずレビュー完了次第クローズするため。
検証内容
circleCIのCUIをローカルで動かし実行し、影響範囲を確認。
CircleCIの設定は未設定のため、 クラウド上でのCI実行は確認していない のでご注意ください。
実行コマンド
circleci local execute php82_test
実行結果
1. PHPUnitの設定で警告 4件
当リポジトリ(パッケージ)を残す場合は対応の検討が必要
メッセージ
詳細
markNoticesAsRisky
に切り替える必要があります。markWarningsAsRisky
に切り替える必要があります。2. PHPUnitのテストケース非推奨 15件
対応が必要
※ただし非推奨のみであるため、現状はテストを通過している。
メッセージ
長いので同じ内容のため、1件を抜粋し残りは割愛
1) Whiteplus_CsvFileTest::testRead Data Provider method Whiteplus_CsvFileTest::validCsvFiles() is not static /home/circleci/project/tests/Whiteplus/Csv/CsvFileTest.php:44
詳細
Data Provider method myClass::myMethod() is not static
3. PHPの非推奨 5件
対応が必要
※ただし非推奨のみであるため、現状はテストを通過している。
メッセージ
長いので同じ内容のため、1件を抜粋し残りは割愛
詳細
Return type of myClass::myMethod() should either be compatible with Iterator::method(): type, ..
全ての結果
全ての実行結果を開く