Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Adding env variables to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonvn committed Apr 25, 2020
1 parent ee535e9 commit 5f531e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
<php>
<env name="COUCHDB_HOST" value="localhost" force="true" />
<env name="COUCHDB_DB_NAME" value="test" force="true" />
</php>
</phpunit>

0 comments on commit 5f531e8

Please sign in to comment.