Transition from environment variables to a configuration file format.

This commit is contained in:
Austen McDonald
2016-07-22 04:19:10 +00:00
parent 8973dc943b
commit 2370528392
5 changed files with 39 additions and 35 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
<phpunit bootstrap="bootstrap/bootstrap.php">
<php>
<env name="DB_DSN" value="sqlite::memory:" />
<env name="DB_USER" value="root" />
<env name="DB_PASSWORD" value="" />
<env name="DB_NAME" value="daenerys" />
<env name="LOG_PATH" value="./logs" />
<env name="LOTGD_CONFIG" value="./config/test.yml" />
</php>
<testsuites>
<testsuite name="All">