php - How do I call via HTTPS in Laravel 5.1 PHPUnit tests? -
in laravel < 5.1, easy enough via $this->callsecure()
. documentation concerning 5.1 "testing overhaul" bit sparse, though, , can't find reference https calls.
i can't imagine it's not possible, how 1 make (e.g.) $this->post()
call use https instead of http?
thanks
Comments
Post a Comment