Run unit tests across different database backends + fix bugs
This commit is contained in:
11
tests/units.sqlite.xml
Normal file
11
tests/units.sqlite.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<phpunit>
|
||||
<testsuites>
|
||||
<testsuite name="Kanboard">
|
||||
<directory>units</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<php>
|
||||
<const name="DB_DRIVER" value="sqlite" />
|
||||
<const name="DB_FILENAME" value=":memory:" />
|
||||
</php>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user