You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
505 B
14 lines
505 B
<phpunit stopOnError="true" stopOnFailure="true" colors="true"> |
|
<testsuites> |
|
<testsuite name="Miniflux MySQL Unit Tests"> |
|
<directory>unit</directory> |
|
</testsuite> |
|
</testsuites> |
|
<php> |
|
<const name="DB_DRIVER" value="mysql" /> |
|
<const name="DB_HOSTNAME" value="127.0.0.1" /> |
|
<const name="DB_USERNAME" value="root" /> |
|
<const name="DB_PASSWORD" value="" /> |
|
<const name="DB_NAME" value="miniflux_unit_test" /> |
|
</php> |
|
</phpunit>
|
|
|