miniflux-legacy/tests/phpunit.functional.sqlite.xml

14 lines
536 B
XML
Raw Permalink Normal View History

2016-12-29 21:45:09 +01:00
<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" />
2016-12-30 00:04:56 +01:00
<const name="FEVER_API_URL" value="http://127.0.0.1/fever/" />
2017-06-05 00:46:35 +02:00
<const name="FEED_URL" value="http://127.0.0.1/tests/ci/feed.xml" />
2016-12-29 21:45:09 +01:00
<const name="DB_FILENAME" value="data/db.sqlite" />
</php>
</phpunit>