Skip to content

Commit

Permalink
Add failing test for jobs imported as alias (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: Geni Jaho <jahogeni@gmail.com>
  • Loading branch information
Sparclex and GeniJaho authored Jul 17, 2024
1 parent be5c52a commit 0565543
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace RectorLaravel\Tests\Rector\FuncCall\DispatchNonShouldQueueToDispatchSyncRector\Fixture;

use RectorLaravel\Tests\Rector\FuncCall\DispatchNonShouldQueueToDispatchSyncRector\Source\QueueableJob as AliasQueueableJob;

dispatch(new AliasQueueableJob());

?>

0 comments on commit 0565543

Please sign in to comment.