-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[AssetMapper] ignore missing directory in isVendor()
#58859
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
[AssetMapper] ignore missing directory in isVendor()
#58859
Conversation
40ac31b
to
d38fc98
Compare
isVendor()
isVendor()
isVendor()
74495f5
to
88ab9b0
Compare
Arf sorry.... i did not see it :( |
isVendor()
isVendor()
Your PR relies on a simple mock, while my PR changes |
isVendor()
isVendor()
No idea 🤷 But if you want to take anything from my closed PR you can of course :) |
Thanks for the feedback, let's see the opinions of the reviewers. 🙂 |
88ab9b0
to
9e3984f
Compare
Thank you @alexislefebvre. |
Less mocks FTW |
…lexislefebvre) This PR was merged into the 7.3 branch. Discussion ---------- [AssetMapper] use constants in MappedAssetFactoryTest | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | no | License | MIT This avoids repeating `__DIR__` in several places. Follow-up of: - #58859 Commits ------- cdb3080 feat: use constants in MappedAssetFactoryTest
I don't know how to add tests yet, because this method is private.