Skip to content

Commit c262c1f

Browse files
Update Factory.php (#47559)
1 parent bf49113 commit c262c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Process/Factory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ public function assertRanTimes(Closure|string $callback, int $times = 1)
212212
$times, $count,
213213
"An expected process ran {$count} times instead of {$times} times."
214214
);
215+
216+
return $this;
215217
}
216218

217219
/**

0 commit comments

Comments
 (0)