Skip to content

Commit

Permalink
Remove unnecessary environment variables from phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Jun 26, 2023
1 parent 018fa3d commit 792b853
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
<junit outputFile="build/report.junit.xml"/>
</logging>
<php>
<env name="REDIS_CLIENT" value="phpredis"/>
<env name="DB_HOST" value="127.0.0.1"/>
<env name="DB_DATABASE" value="job_response"/>
<env name="DB_USERNAME" value="root"/>
<env name="DB_PASSWORD" value=""/>
<env name="APP_KEY" value="base64:W7fwlse03zHbUdbgeplikRxEh3HTMrhWS+dQzOJDDb0="/>
</php>
</phpunit>

0 comments on commit 792b853

Please sign in to comment.