driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
469 stars 48 forks source link

Add failing test for jobs imported as alias #224

Closed Sparclex closed 1 week ago

Sparclex commented 3 weeks ago

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.