Back

@nunomaduro while using pest why so many of you use assertStatus instead of expect , and also for other test why dont you use expect ?

1

318

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 ?

1

40

yeah; feel that it's just easier in this case to use assertStatus

1

32

why not make it more easier in pestphp like statusToBe or expectStatus

1

43