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.
assertFound
assertMovedPermanently
1 parent 5c9656e commit 3bc2d9dCopy full SHA for 3bc2d9d
src/Illuminate/Testing/Concerns/AssertsStatusCodes.php
@@ -54,7 +54,6 @@ public function assertNoContent($status = 204)
54
/**
55
* Assert that the response has a 301 "Moved Permanently" status code.
56
*
57
- * @param int $status
58
* @return $this
59
*/
60
public function assertMovedPermanently()
@@ -65,7 +64,6 @@ public function assertMovedPermanently()
65
64
66
* Assert that the response has a 302 "Found" status code.
67
68
69
70
71
public function assertFound()
0 commit comments