You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
696 B
17 lines
696 B
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Miniflux Postgres Functional Tests">
|
|
<directory>functional</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<const name="API_URL" value="http://127.0.0.1/jsonrpc.php" />
|
|
<const name="FEVER_API_URL" value="http://127.0.0.1/fever/" />
|
|
<const name="FEED_URL" value="http://127.0.0.1/tests/ci/feed.xml" />
|
|
<const name="DB_DRIVER" value="postgres" />
|
|
<const name="DB_USERNAME" value="postgres" />
|
|
<const name="DB_PASSWORD" value="" />
|
|
<const name="DB_NAME" value="miniflux_functional_test" />
|
|
</php>
|
|
</phpunit>
|