Skip to content

Commit 03e1373

Browse files
authored
Add doc blocks for HTTP facade assertions (#34393)
1 parent 4bde31b commit 03e1373

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Illuminate/Support/Facades/Http.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
3838
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
3939
* @method static \Illuminate\Http\Client\ResponseSequence fakeSequence(string $urlPattern = '*')
40+
* @method static void assertSent(callable $callback)
41+
* @method static void assertNotSent(callable $callback)
42+
* @method static void assertNothingSent()
43+
* @method static void assertSentCount(int $count)
44+
* @method static void assertSequencesAreEmpty()
4045
*
4146
* @see \Illuminate\Http\Client\Factory
4247
*/

0 commit comments

Comments
 (0)