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

[5.5] Update depreciated MailFake::queue() signature. #22072

Merged
merged 1 commit into from
Nov 15, 2017
Merged

[5.5] Update depreciated MailFake::queue() signature. #22072

merged 1 commit into from
Nov 15, 2017

Conversation

twig1337
Copy link
Contributor

Update 'queue' function signature of 'MailFake.php' to match signature of 'queue' on 'Mailer.php' after 5.5 upgrade.

Currently testing is broken if you try to use Mail::queue() after calling Mail::fake() in a test class since the signature of the fake does not match the updated signature of the real queue() function after the 5.5 upgrade.

…e of 'queue' on 'Mailer.php' after 5.5 upgrade.
@GrahamCampbell GrahamCampbell changed the title Update depreciated MailFake::queue() signature. [5.5] Update depreciated MailFake::queue() signature. Nov 14, 2017
@taylorotwell taylorotwell merged commit e3b778d into laravel:5.5 Nov 15, 2017
@twig1337 twig1337 deleted the 5.5 branch November 15, 2017 15:46
@twig1337 twig1337 restored the 5.5 branch November 15, 2017 15:46
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