We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHP7.4 で UnitTest の testReadCsvFileWithTrailingBlankLines が落ちる。 PHP7.3 以前は落ちない。 4.0.6 / 4.1-core ブランチで発生。 ライブラリのバージョンの関連は詳しく調査できていない。 2021/06/20 前後からテストが落ちることを確認しているが、原因は不明。
1) Eccube\Tests\Service\CsvImportServiceTest::testReadCsvFileWithTrailingBlankLines Undefined index: id /home/runner/work/ec-cube/ec-cube/tests/Eccube/Tests/Service/CsvImportServiceTest.php:97
テストが通るように対応
The text was updated successfully, but these errors were encountered:
SplFileObject::DROP_NEW_LINE の挙動が変わった可能性 https://qiita.com/suin/items/5f2322d2762d7d1677bb
SplFileObject::DROP_NEW_LINE
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
PHP7.4 で UnitTest の testReadCsvFileWithTrailingBlankLines が落ちる。
PHP7.3 以前は落ちない。
4.0.6 / 4.1-core ブランチで発生。
ライブラリのバージョンの関連は詳しく調査できていない。
2021/06/20 前後からテストが落ちることを確認しているが、原因は不明。
期待する内容(Expect) or 要望 (Requirement)
テストが通るように対応
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: