diff options
Diffstat (limited to 'tests/integration.postgres.xml')
-rw-r--r-- | tests/integration.postgres.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/integration.postgres.xml b/tests/integration.postgres.xml new file mode 100644 index 00000000..ed8a3de3 --- /dev/null +++ b/tests/integration.postgres.xml @@ -0,0 +1,17 @@ +<phpunit stopOnError="true" stopOnFailure="true" colors="true"> + <testsuites> + <testsuite name="Kanboard"> + <directory>integration</directory> + </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="" /> + </php> +</phpunit>
\ No newline at end of file |