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

11 lines
300 B
XML
Raw Normal View History

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