blob: c6e28fdb1325ad8cf99ce7a014f8169682f28fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
<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>
|