File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 45
45
* @method static bool hasDispatchedAfterResponse(string $command)
46
46
* @method static \Illuminate\Bus\Batch dispatchFakeBatch(string $name = '')
47
47
* @method static \Illuminate\Bus\Batch recordPendingBatch(\Illuminate\Bus\PendingBatch $pendingBatch)
48
+ * @method static \Illuminate\Support\Testing\Fakes\BusFake serializeAndRestore(bool $serializeAndRestore = true)
48
49
*
49
50
* @see \Illuminate\Bus\Dispatcher
50
51
* @see \Illuminate\Support\Testing\Fakes\BusFake
Original file line number Diff line number Diff line change 49
49
* @method static bool hasPushed(string $job)
50
50
* @method static bool shouldFakeJob(object $job)
51
51
* @method static array pushedJobs()
52
+ * @method static \Illuminate\Support\Testing\Fakes\QueueFake serializeAndRestore(bool $serializeAndRestore = true)
52
53
*
53
54
* @see \Illuminate\Queue\QueueManager
54
55
* @see \Illuminate\Queue\Queue
You can’t perform that action at this time.
0 commit comments