11 lines
293 B
XML
11 lines
293 B
XML
|
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="Miniflux Unit Tests">
|
||
|
<directory>unit</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
<php>
|
||
|
<const name="DB_FILENAME" value=":memory:" />
|
||
|
</php>
|
||
|
</phpunit>
|