We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
totalJobs
BatchFake
1 parent ae0bc31 commit 04cfdb4Copy full SHA for 04cfdb4
src/Illuminate/Support/Testing/Fakes/BatchFake.php
@@ -86,6 +86,8 @@ public function add($jobs)
86
$this->added[] = $job;
87
}
88
89
+ $this->totalJobs += $jobs->count();
90
+
91
return $this;
92
93
0 commit comments