blob: 338131876c234f77fde9d600cc59883a30a011a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<phpunit stopOnError="true" stopOnFailure="true" colors="true">
<testsuites>
<testsuite name="Kanboard">
<directory>integration</directory>
</testsuite>
</testsuites>
<php>
<const name="BASE_URL" value="http://app/" />
<const name="API_URL" value="http://app/jsonrpc.php" />
<const name="API_KEY" value="test" />
</php>
</phpunit>
|