Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 25, 2024
1 parent 3e3dedc commit 1572efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DuskServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ protected function startServer(): void
env: array_merge(defined_environment_variables(), [
'APP_BASE_PATH' => $this->basePath(),
'APP_URL' => $this->baseUrl(),
'APP_ENV' => 'testing',
]),
timeout: $this->timeout
);
Expand Down

0 comments on commit 1572efc

Please sign in to comment.