17 lines
696 B
XML
17 lines
696 B
XML
<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>
|