-
Notifications
You must be signed in to change notification settings - Fork 9.4k
\Magento\Framework\Filesystem\Io\File::read() should be able to accept resource in second argument #27869
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
\Magento\Framework\Filesystem\Io\File::read() should be able to accept resource in second argument #27869
Conversation
Hi @bnymn. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
lib/internal/Magento/Framework/Filesystem/Test/Unit/Io/FileTest.php
Outdated
Show resolved
Hide resolved
lib/internal/Magento/Framework/Filesystem/Test/Unit/Io/FileTest.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please sign CLA and address test failures.
Hi @bnymn, please sign CLA and look through failed tests. Otherwise, we can't proceed with your PR. |
@magento run all tests |
@magento run all tests |
@magento run Static Tests |
Hi, @bnymn can you please fix static tests? |
@magento run all tests |
Hi @lenaorobei, thank you for the review. |
Note: Automation tests are passed |
…able to accept resource in second argument #27869
Hi @bnymn, thank you for your contribution! |
\Magento\Framework\Filesystem\Io\File::read() method is not compatible with the
IoInterface
. This PR aims to make it compatible.Description (*)
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)