mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-23 18:48:54 +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
|
||||
********************************************************************************************/
|
||||
|
||||
|
||||
all
|
||||
average
|
||||
avg
|
||||
@ -384,13 +383,11 @@ whereNotInStrict
|
||||
wrap
|
||||
zip
|
||||
|
||||
|
||||
/********************************************************************************************
|
||||
* 13. HTTP TESTS
|
||||
* https://laravel.com/docs/5.7/http-tests
|
||||
********************************************************************************************/
|
||||
|
||||
|
||||
$response->assertStatus($code); // Assert that the response has a given code.
|
||||
$response->assertForbidden(); // Assert that the response has a forbidden status code.
|
||||
$response->assertNotFound(); // Assert that the response has a not found status code.
|
||||
|
Loading…
Reference in New Issue
Block a user