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