miniflux-legacy/tests/phpunit.functional.postgres...

11 lines
330 B
XML
Raw Normal View History

2016-12-29 21:45:09 +01:00
<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" />
</php>
</phpunit>