rector-laravel
rector-laravel copied to clipboard
Add failing test for jobs imported as alias
Using the rule DispatchNonShouldQueueToDispatchSyncRector it should detect the ShouldQueue interface on a class even when it is imported as alias. This PR adds a failing test for this case.