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.
13 lines
536 B
13 lines
536 B
<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>
|
|
|