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