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

11 lines
300 B
XML

<phpunit stopOnError="true" stopOnFailure="true" colors="true">
<testsuites>
<testsuite name="Miniflux Sqlite Unit Tests">
<directory>unit</directory>
</testsuite>
</testsuites>
<php>
<const name="DB_FILENAME" value=":memory:" />
</php>
</phpunit>