From d108d4ce6f3e61f9dae1bc14e720d2b5397e96d1 Mon Sep 17 00:00:00 2001 From: George Buckingham Date: Wed, 9 Sep 2020 12:00:46 +0100 Subject: [PATCH] Fix BatchRepositoryFake --- src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php b/src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php index 4f5e0fbaf296..55681f4d5534 100644 --- a/src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php +++ b/src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php @@ -47,9 +47,11 @@ public function store(PendingBatch $batch) new QueueFake(Facade::getFacadeApplication()), $this, (string) Str::orderedUuid(), + $batch->name, count($batch->jobs), count($batch->jobs), 0, + [], $batch->options, CarbonImmutable::now(), null,