Rewrite integration tests to run with Docker containers
This commit is contained in:
@@ -5,13 +5,8 @@
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<php>
|
||||
<const name="API_URL" value="http://localhost:8000/jsonrpc.php" />
|
||||
<const name="API_KEY" value="19ffd9709d03ce50675c3a43d1c49c1ac207f4bc45f06c5b2701fbdf8929" />
|
||||
<const name="DB_DRIVER" value="postgres" />
|
||||
<const name="DB_NAME" value="kanboard" />
|
||||
<const name="DB_HOSTNAME" value="localhost" />
|
||||
<const name="DB_USERNAME" value="postgres" />
|
||||
<const name="DB_PASSWORD" value="postgres" />
|
||||
<const name="DB_PORT" value="" />
|
||||
<const name="BASE_URL" value="http://app/" />
|
||||
<const name="API_URL" value="http://app/jsonrpc.php" />
|
||||
<const name="API_KEY" value="test" />
|
||||
</php>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user