Skip to content

Commit

Permalink
backend: add test env (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
beesaferoot authored Dec 19, 2024
1 parent 80bc7fb commit c5532c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</whitelist>
</filter>
<php>
<env name="sample" value="en"/>
<env name="APP_ENV" value="testing"/>
<env name="DB_CONNECTION" value="testing"/>
<env name="TEST_DB_CONNECTION" value="testing_test_company_db"/>
Expand Down

0 comments on commit c5532c2

Please sign in to comment.