mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-24 19:10:21 +00:00
style(laravel): remove empty spaces
This commit is contained in:
parent
7473bd427d
commit
394910144d
@ -275,7 +275,6 @@ uuid // The field under validation must be a v
|
|||||||
* https://laravel.com/docs/5.7/collections
|
* https://laravel.com/docs/5.7/collections
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
all
|
all
|
||||||
average
|
average
|
||||||
avg
|
avg
|
||||||
@ -384,13 +383,11 @@ whereNotInStrict
|
|||||||
wrap
|
wrap
|
||||||
zip
|
zip
|
||||||
|
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* 13. HTTP TESTS
|
* 13. HTTP TESTS
|
||||||
* https://laravel.com/docs/5.7/http-tests
|
* https://laravel.com/docs/5.7/http-tests
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
$response->assertStatus($code); // Assert that the response has a given code.
|
$response->assertStatus($code); // Assert that the response has a given code.
|
||||||
$response->assertForbidden(); // Assert that the response has a forbidden status code.
|
$response->assertForbidden(); // Assert that the response has a forbidden status code.
|
||||||
$response->assertNotFound(); // Assert that the response has a not found status code.
|
$response->assertNotFound(); // Assert that the response has a not found status code.
|
||||||
|
Loading…
Reference in New Issue
Block a user