@nunomaduro while using pest why so many of you use assertStatus instead of expect , and also for other test why dont you use expect ?
Back
instead of assertStatus . If we are using pestphp then as long as there is method available in pestphp similar to assertStatus or something else then why not use it ?
•
suppose i am using pestphp so for the status check why cant it be
expect($response->status())->toBe(200)
instead of assertStatus . If we are using pestphp then as long as there is method available in pestphp similar to assertStatus or something else then why not use it ?
•
yeah; feel that it's just easier in this case to use assertStatus
•
why not make it more easier in pestphp like statusToBe or expectStatus
•