mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 09:29:34 +00:00
Restore and fix API tests
This commit is contained in:
@@ -31,12 +31,15 @@
|
||||
failOnRisky="true"
|
||||
failOnWarning="true"
|
||||
processIsolation="false"
|
||||
stopOnError="true"
|
||||
stopOnFailure="true">
|
||||
<php>
|
||||
<env name="APP_ENV" value="testing"/>
|
||||
<env name="DB_CONNECTION" value="sqlite"/>
|
||||
<env name="APP_LOG_ENV" value="notice"/>
|
||||
<env name="DB_DATABASE" value=""/>
|
||||
|
||||
<env name="QUERY_PARSER_IMPLEMENTATION" value="new"/>
|
||||
<ini name="xdebug.mode" value="coverage"/>
|
||||
</php>
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
|
||||
Reference in New Issue
Block a user