-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[AssetMapper] Leverage Filesystem #57890
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
Conversation
src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php
Outdated
Show resolved
Hide resolved
2ee9657
to
568eb1b
Compare
I think all the failures are Mime related |
568eb1b
to
fc9308a
Compare
src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php
Outdated
Show resolved
Hide resolved
@nicolas-grekas Used windows-only method to test exception & came back to simpler (not test-related) code in the RemotePackageStorage file AppVeyor had a problem during AssetMapper tests ..
Can we re-run them to see ? Unit tests failures unrelated (AssetMapper ones pass) |
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.
(failures unrelated)
src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php
Outdated
Show resolved
Hide resolved
9b20984
to
a1bb5a2
Compare
Thank you @smnandre. |
Continue the work started in #54173 & #54724 to replace php file functions (
mkdir
,file_get_contents
,file_put_contents
,unlink
) by Filesystem methods