Skip to content

Commit 0565543

Browse files
SparclexGeniJaho
andauthored
Add failing test for jobs imported as alias (#224)
Co-authored-by: Geni Jaho <jahogeni@gmail.com>
1 parent be5c52a commit 0565543

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace RectorLaravel\Tests\Rector\FuncCall\DispatchNonShouldQueueToDispatchSyncRector\Fixture;
4+
5+
use RectorLaravel\Tests\Rector\FuncCall\DispatchNonShouldQueueToDispatchSyncRector\Source\QueueableJob as AliasQueueableJob;
6+
7+
dispatch(new AliasQueueableJob());
8+
9+
?>

0 commit comments

Comments
 (0)