13 lines
399 B
XML
13 lines
399 B
XML
<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>
|