We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bde31b commit 03e1373Copy full SHA for 03e1373
src/Illuminate/Support/Facades/Http.php
@@ -37,6 +37,11 @@
37
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
38
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
39
* @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()
45
*
46
* @see \Illuminate\Http\Client\Factory
47
*/
0 commit comments