Skip to content

Commit

Permalink
Change phpunit constant nnames to include mysql. Added constants for …
Browse files Browse the repository at this point in the history
…mongo
  • Loading branch information
kbrabrand committed Jun 15, 2015
1 parent 04d454a commit 3404272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
<!-- NOTE: The RW user needs CREATE TABLE and DROP TABLE access -->
<const name="DAO_MYSQL_RW_USER" value="" />
<const name="DAO_MYSQL_RW_PASS" value="" />
<const name="DAO_MONGO_RW_USER" value="" />
<const name="DAO_MONGO_RW_PASS" value="" />

<!-- NOTE: The RO user needs read access to the 'daoTest' table -->
<const name="DAO_MYSQL_RO_USER" value="" />
<const name="DAO_MYSQL_RO_PASS" value="" />
<const name="DAO_MONGO_RO_USER" value="" />
<const name="DAO_MONGO_RO_PASS" value="" />

<const name="DAO_ELASTIC_SEARCH_HOST" value="localhost" />
<const name="DAO_ELASTIC_SEARCH_PORT" value="9200" />
Expand Down

0 comments on commit 3404272

Please sign in to comment.