tests: configure unit tests to run on MSSQL [odbc/dblib]
This commit is contained in:
committed by
Frédéric Guillot
parent
33852e9ea0
commit
ab353a3d8f
7
tests/units.mssql.xml
Normal file
7
tests/units.mssql.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<phpunit stopOnError="false" stopOnFailure="false" colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="Kanboard">
|
||||
<directory>units</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user