FvsJson's avatar

Config helper in pest unit test

Im new to pest test and Laravel and I would like to know how to user the config helper inside my pest unit tests?

0 likes
2 replies
FvsJson's avatar

You thats the problem thats not a pest test that way i know but i manage to figure it out.

$this->app->config->get({{ get config data }});
$this->app->session->get({{ get session data }}) ?? '';

That is inside the test or it functions

Please or to participate in this conversation.