Skip to content
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

[9.x] Fix InteractsWithContainer::withoutMix #44822

Merged
merged 2 commits into from
Nov 2, 2022
Merged

[9.x] Fix InteractsWithContainer::withoutMix #44822

merged 2 commits into from
Nov 2, 2022

Conversation

alies-dev
Copy link

@alies-dev alies-dev commented Nov 2, 2022

2nd PR, with a fixed test


Original mix() returns HtmlString instance, fake-mix should return the same in case if a developer uses toHtml() explicitly. Example:

mix('asset.css')->toHtml()

lptn and others added 2 commits November 2, 2022 20:08
Original `mix()` returns `HtmlString` instance, fake-mix should return the same in case if a developer uses `toHtml()` explicitly. E.g.:

```php
mix('asset.css')->toHtml()
```
@taylorotwell taylorotwell merged commit 9fed2b4 into laravel:9.x Nov 2, 2022
@alies-dev alies-dev deleted the patch-1 branch November 2, 2022 17:06
@GrahamCampbell GrahamCampbell changed the title Fix InteractsWithContainer::withoutMix [9.x] Fix InteractsWithContainer::withoutMix Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants