[5.8] Bind mix helper to the container to allow swapping in tests by timacdonald · Pull Request #26289 · laravel/framework

This PR binds the mix helper functionality to the container to allow it to be swapped easily during testing. Why is this even needed? If a view is using the mix helper to retrieve an asset, and the...