diff --git a/backend/laravel.php b/backend/laravel.php index 4e3fd5d..45a64ba 100644 --- a/backend/laravel.php +++ b/backend/laravel.php @@ -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.