2016-08-17 21:06:43 -04:00
|
|
|
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
|
|
|
|
<testsuites>
|
2016-12-26 15:07:18 -05:00
|
|
|
<testsuite name="Miniflux Sqlite Unit Tests">
|
2016-08-17 21:06:43 -04:00
|
|
|
<directory>unit</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<php>
|
|
|
|
<const name="DB_FILENAME" value=":memory:" />
|
|
|
|
</php>
|
|
|
|
</phpunit>
|