14 lines
536 B
XML
14 lines
536 B
XML
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Miniflux Sqlite 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_FILENAME" value="data/db.sqlite" />
|
|
</php>
|
|
</phpunit>
|