Например:
Код: Выделить всё
$response = $this->post(action("Controller@action"), $payload1);
$response = $this->post(action("Controller@action"), $payload2);
Подробнее здесь: https://stackoverflow.com/questions/796 ... -with-pest
Код: Выделить всё
$response = $this->post(action("Controller@action"), $payload1);
$response = $this->post(action("Controller@action"), $payload2);