tests: configure unit tests to run on MSSQL [odbc/dblib]

This commit is contained in:
Joe Nahmias
2022-10-21 11:50:18 -04:00
committed by Frédéric Guillot
parent 33852e9ea0
commit ab353a3d8f
2 changed files with 30 additions and 0 deletions

7
tests/units.mssql.xml Normal file
View File

@@ -0,0 +1,7 @@
<phpunit stopOnError="false" stopOnFailure="false" colors="true">
<testsuites>
<testsuite name="Kanboard">
<directory>units</directory>
</testsuite>
</testsuites>
</phpunit>