File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ public function allowStrayRequests()
322
322
*
323
323
* @return $this
324
324
*/
325
- protected function record ()
325
+ public function record ()
326
326
{
327
327
$ this ->recording = true ;
328
328
Original file line number Diff line number Diff line change 14
14
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
15
15
* @method static bool preventingStrayRequests()
16
16
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()
17
+ * @method static \Illuminate\Http\Client\Factory record()
17
18
* @method static void recordRequestResponsePair(\Illuminate\Http\Client\Request $request, \Illuminate\Http\Client\Response|null $response)
18
19
* @method static void assertSent(callable $callback)
19
20
* @method static void assertSentInOrder(array $callbacks)
You can’t perform that action at this time.
0 commit comments